Home
last modified time | relevance | path

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

/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.cpp831 int32_t HevcDecoder::CheckFormatChange(uint32_t index, int width, int height, int bitDepth) in CheckFormatChange() function in OHOS::MediaAVCodec::Codec::HevcDecoder
1021 if (CheckFormatChange(index, cachedFrame_->width, cachedFrame_->height, bitDepth) == AVCS_ERR_OK) { in DecodeFrameOnce()
/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.cpp801 int32_t FCodec::CheckFormatChange(uint32_t index, int width, int height) in CheckFormatChange() function in OHOS::MediaAVCodec::Codec::FCodec
1094 if (CheckFormatChange(index, cachedFrame_->width, cachedFrame_->height) == AVCS_ERR_OK) { in ReceiveFrame()

Completed in 7 milliseconds