Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h120 …void FramePostProcess(std::shared_ptr<FBuffer> &frameBuffer, uint32_t index, int32_t status, int r…
H A Dfcodec.cpp1018 void FCodec::FramePostProcess(std::shared_ptr<FBuffer> &frameBuffer, uint32_t index, int32_t status… in FramePostProcess() function in OHOS::MediaAVCodec::Codec::FCodec
1126 FramePostProcess(frameBuffer, index, status, ret); in ReceiveFrame()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h135 …void FramePostProcess(std::shared_ptr<HBuffer> &frameBuffer, uint32_t index, int32_t status, int r…
H A Dhevc_decoder.cpp986 FramePostProcess(buffers_[INDEX_OUTPUT][outIndex], outIndex, AVCS_ERR_OK, AVCS_ERR_OK); in SendFrame()
1034 FramePostProcess(frameBuffer, index, status, AVCS_ERR_OK); in DecodeFrameOnce()
1084 void HevcDecoder::FramePostProcess(std::shared_ptr<HBuffer> &frameBuffer, uint32_t index, int32_t s… in FramePostProcess() function in OHOS::MediaAVCodec::Codec::HevcDecoder