Searched refs:sampleBuf (Results 1 – 2 of 2) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaVideoToolBoxVideoHelper.cpp | 221 CMSampleBufferRef sampleBuf = nullptr; in handleIDRFrame() local 222 sampleBuf = createSampleBuffer(mCmFmtDesc, (void*)idr.get(), dataSz + 4); in handleIDRFrame() 223 if (!sampleBuf) { in handleIDRFrame() 228 CMSampleBufferSetOutputPresentationTimeStamp(sampleBuf, CMTimeMake(pts, 1)); in handleIDRFrame() 231 status = VTDecompressionSessionDecodeFrame(mDecoderSession, sampleBuf, in handleIDRFrame() 247 CFRelease(sampleBuf); in handleIDRFrame() 419 CMSampleBufferRef sampleBuf = nullptr; in createSampleBuffer() local 444 &sampleBuf); in createSampleBuffer() 451 return sampleBuf; in createSampleBuffer()
|
D | MediaH264DecoderVideoToolBox.cpp | 140 CMSampleBufferRef sampleBuf = nullptr; in createSampleBuffer() local 164 &sampleBuf); in createSampleBuffer() 171 return sampleBuf; in createSampleBuffer() 444 CMSampleBufferRef sampleBuf = nullptr; in handleIDRFrame() local 445 sampleBuf = createSampleBuffer(mCmFmtDesc, (void*)idr.get(), dataSz + 4); in handleIDRFrame() 446 if (!sampleBuf) { in handleIDRFrame() 451 CMSampleBufferSetOutputPresentationTimeStamp(sampleBuf, CMTimeMake(pts, 1)); in handleIDRFrame() 455 sampleBuf, in handleIDRFrame() 469 CFRelease(sampleBuf); in handleIDRFrame()
|