Home
last modified time | relevance | path

Searched refs:AllocateOutputBuffersFromSurface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.h57 int32_t AllocateOutputBuffersFromSurface();
H A Dhdecoder.cpp545 ret = isDynamic_ ? AllocOutDynamicSurfaceBuf() : AllocateOutputBuffersFromSurface(); in AllocateBuffersOnPort()
722 int32_t HDecoder::AllocateOutputBuffersFromSurface() in AllocateOutputBuffersFromSurface() function in OHOS::MediaAVCodec::HDecoder