Home
last modified time | relevance | path

Searched refs:valBufferCnt (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp664 int32_t valBufferCnt = 0; in AllocateInputBuffer() local
676 valBufferCnt++; in AllocateInputBuffer()
678 if (valBufferCnt < DEFAULT_MIN_BUFFER_CNT) { in AllocateInputBuffer()
679 AVCODEC_LOGE("Allocate input buffer failed: only %{public}d buffer is allocated, no memory", valBufferCnt); in AllocateInputBuffer()
713 int32_t valBufferCnt = 0; in AllocateOutputBuffer() local
743 valBufferCnt++; in AllocateOutputBuffer()
745 if (valBufferCnt < DEFAULT_MIN_BUFFER_CNT) { in AllocateOutputBuffer()
746 AVCODEC_LOGE("Allocate output buffer failed: only %{public}d buffer is allocated, no memory", valBufferCnt); in AllocateOutputBuffer()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp635 int32_t valBufferCnt = 0; in AllocateInputBuffer() local
646 valBufferCnt++; in AllocateInputBuffer()
648 if (valBufferCnt < DEFAULT_MIN_BUFFER_CNT) { in AllocateInputBuffer()
649 AVCODEC_LOGE("Allocate input buffer failed: only %{public}d buffer is allocated, no memory", valBufferCnt); in AllocateInputBuffer()
681 int32_t valBufferCnt = 0; in AllocateOutputBuffer() local
709 valBufferCnt++; in AllocateOutputBuffer()
711 if (valBufferCnt < DEFAULT_MIN_BUFFER_CNT) { in AllocateOutputBuffer()
712 AVCODEC_LOGE("Allocate output buffer failed: only %{public}d buffer is allocated, no memory", valBufferCnt); in AllocateOutputBuffer()

Completed in 6 milliseconds