Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBox.cpp258 if (mDecoderSession) { in destroyH264Context()
259 VTDecompressionSessionInvalidate(mDecoderSession); in destroyH264Context()
260 CFRelease(mDecoderSession); in destroyH264Context()
261 mDecoderSession = nullptr; in destroyH264Context()
376 if (mDecoderSession != nullptr) { in decodeFrameInternal()
454 status = VTDecompressionSessionDecodeFrame(mDecoderSession, in handleIDRFrame()
463 status = VTDecompressionSessionWaitForAsynchronousFrames(mDecoderSession); in handleIDRFrame()
582 status = VTDecompressionSessionWaitForAsynchronousFrames(mDecoderSession); in getImage()
624 if (mDecoderSession != nullptr) { in recreateDecompressionSession()
627 VTDecompressionSessionInvalidate(mDecoderSession); in recreateDecompressionSession()
[all …]
DMediaVideoToolBoxVideoHelper.cpp153 … needNewSession = ( VTDecompressionSessionCanAcceptFormatDescription(mDecoderSession, mCmFmtDesc) … in decode()
157 if (!mDecoderSession) { in decode()
231 status = VTDecompressionSessionDecodeFrame(mDecoderSession, sampleBuf, in handleIDRFrame()
241 mDecoderSession); in handleIDRFrame()
455 if (mDecoderSession) { in resetDecoderSession()
456 VTDecompressionSessionInvalidate(mDecoderSession); in resetDecoderSession()
457 CFRelease(mDecoderSession); in resetDecoderSession()
458 mDecoderSession = nullptr; in resetDecoderSession()
548 &mDecoderSession); // decompressionSessionOut in recreateDecompressionSession()
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
DMediaVideoToolBoxVideoHelper.h169 VTDecompressionSessionRef mDecoderSession = nullptr; variable
DMediaH264DecoderVideoToolBox.h117 VTDecompressionSessionRef mDecoderSession = nullptr; variable