Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h136 int32_t AllocateInputBuffer(int32_t bufferCnt, int32_t inBufferSize);
H A Dhevc_decoder.cpp662 int32_t HevcDecoder::AllocateInputBuffer(int32_t bufferCnt, int32_t inBufferSize) in AllocateInputBuffer() function in OHOS::MediaAVCodec::Codec::HevcDecoder
772 if (AllocateInputBuffer(inputBufferCnt, inputBufferSize_) == AVCS_ERR_NO_MEMORY || in AllocateBuffers()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h121 int32_t AllocateInputBuffer(int32_t bufferCnt, int32_t inBufferSize);
H A Dfcodec.cpp633 int32_t FCodec::AllocateInputBuffer(int32_t bufferCnt, int32_t inBufferSize) in AllocateInputBuffer() function in OHOS::MediaAVCodec::Codec::FCodec
739 if (AllocateInputBuffer(inputBufferCnt, inputBufferSize_) == AVCS_ERR_NO_MEMORY || in AllocateBuffers()

Completed in 7 milliseconds