Home
last modified time | relevance | path

Searched refs:CheckFormatChange (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h124 int32_t CheckFormatChange(uint32_t index, int width, int height);
H A Dfcodec.cpp800 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 Dhevc_decoder.h139 int32_t CheckFormatChange(uint32_t index, int width, int height, int bitDepth);
H A Dhevc_decoder.cpp832 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()