Searched refs:CheckFormatChange (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.h | 124 int32_t CheckFormatChange(uint32_t index, int width, int height);
|
H A D | fcodec.cpp | 800 int32_t FCodec::CheckFormatChange(uint32_t index, int width, int height) in CheckFormatChange() function in OHOS::MediaAVCodec::Codec::FCodec 1095 if (CheckFormatChange(index, cachedFrame_->width, cachedFrame_->height) == AVCS_ERR_OK) { in ReceiveFrame()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 139 int32_t CheckFormatChange(uint32_t index, int width, int height, int bitDepth);
|
H A D | hevc_decoder.cpp | 832 int32_t HevcDecoder::CheckFormatChange(uint32_t index, int width, int height, int bitDepth) in CheckFormatChange() function in OHOS::MediaAVCodec::Codec::HevcDecoder 1024 …if (CheckFormatChange(index, cachedFrame_->width, cachedFrame_->height, bitDepth) == AVCS_ERR_OK) { in DecodeFrameOnce()
|