Home
last modified time | relevance | path

Searched refs:CBAVC_DPBAlloc (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcapi_common.h249 FunctionType_DPBAlloc CBAVC_DPBAlloc; member
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddpb.cpp138 avcHandle->CBAVC_DPBAlloc(avcHandle->userData, in AVCConfigureSequence()
143 avcHandle->CBAVC_DPBAlloc(avcHandle->userData, PicSizeInMapUnits, num_fs); in AVCConfigureSequence()
/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.cpp200 mHandle->CBAVC_DPBAlloc = DpbAllocWrapper; in initEncParams()