Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DMediaVideoToolBoxVideoHelper.h93 static CMSampleBufferRef createSampleBuffer(CMFormatDescriptionRef fmtDesc,
DMediaH264DecoderVideoToolBox.h99 static CMSampleBufferRef createSampleBuffer(CMFormatDescriptionRef fmtDesc,
/hardware/google/aemu/host-common/
DMediaVideoToolBoxVideoHelper.cpp222 sampleBuf = createSampleBuffer(mCmFmtDesc, (void*)idr.get(), dataSz + 4); in handleIDRFrame()
413 CMSampleBufferRef MediaVideoToolBoxVideoHelper::createSampleBuffer( in createSampleBuffer() function in android::emulation::MediaVideoToolBoxVideoHelper
DMediaH264DecoderVideoToolBox.cpp135 CMSampleBufferRef MediaH264DecoderVideoToolBox::createSampleBuffer(CMFormatDescriptionRef fmtDesc, in createSampleBuffer() function in android::emulation::MediaH264DecoderVideoToolBox
445 sampleBuf = createSampleBuffer(mCmFmtDesc, (void*)idr.get(), dataSz + 4); in handleIDRFrame()