Searched refs:SetEsKeyFrame (Results 1 – 7 of 7) sorted by relevance
71 void SetEsKeyFrame(const int32_t isKey) override;348 void MyBuffer::SetEsKeyFrame(const int32_t isKey) in SetEsKeyFrame() function
86 virtual void SetEsKeyFrame(const int32_t isKey) = 0;
88 void SetEsKeyFrame(const int32_t isKey) override;
343 void ImageBuffer::SetEsKeyFrame(const int32_t isKey) in SetEsKeyFrame() function in OHOS::Camera::ImageBuffer
294 buffer->SetEsKeyFrame(0); in DeliverBuffer()
1873 当找到NALU头后就会对&0x1F 找出nal_unit_type,如果type为5标记关键帧信息并通过buffer->SetEsKeyFrame(1);接口上报。
1886 …s **5**, key frame information is marked and reported through the **buffer->SetEsKeyFrame(1)** API.