Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h147 int32_t SetSurfaceCfg(int32_t bufferCnt);
H A Dhevc_decoder.cpp686 int32_t HevcDecoder::SetSurfaceCfg(int32_t bufferCnt) in SetSurfaceCfg() function in OHOS::MediaAVCodec::Codec::HevcDecoder
714 CHECK_AND_RETURN_RET_LOG(SetSurfaceCfg(bufferCnt) == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "SetSurfaceCfg failed"); in AllocateOutputBuffer()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h131 int32_t SetSurfaceCfg(int32_t bufferCnt);
H A Dfcodec.cpp656 int32_t FCodec::SetSurfaceCfg(int32_t bufferCnt) in SetSurfaceCfg() function in OHOS::MediaAVCodec::Codec::FCodec
683 CHECK_AND_RETURN_RET_LOG(SetSurfaceCfg(bufferCnt) == AVCS_ERR_OK, AVCS_ERR_UNKNOWN, "SetSurfaceCfg failed"); in AllocateOutputBuffer()

Completed in 7 milliseconds