Home
last modified time | relevance | path

Searched refs:createOutputBufferAttributes (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DMediaVideoToolBoxVideoHelper.h90 static CFDictionaryRef createOutputBufferAttributes(int width,
DMediaH264DecoderVideoToolBox.h96 static CFDictionaryRef createOutputBufferAttributes(int width,
/hardware/google/aemu/host-common/
DMediaVideoToolBoxVideoHelper.cpp367 CFDictionaryRef MediaVideoToolBoxVideoHelper::createOutputBufferAttributes( in createOutputBufferAttributes() function in android::emulation::MediaVideoToolBoxVideoHelper
528 bufAttr = createOutputBufferAttributes( in recreateDecompressionSession()
532 bufAttr = createOutputBufferAttributes( in recreateDecompressionSession()
DMediaH264DecoderVideoToolBox.cpp95 CFDictionaryRef MediaH264DecoderVideoToolBox::createOutputBufferAttributes(int width, in createOutputBufferAttributes() function in android::emulation::MediaH264DecoderVideoToolBox
645 CFDictionaryRef bufAttr = createOutputBufferAttributes(mOutputWidth, in recreateDecompressionSession()