Searched refs:mSnapshotHelper (Results 1 – 4 of 4) sorted by relevance
174 mSnapshotHelper.reset( in initH264ContextInternal()195 while (mSnapshotHelper != nullptr) { in destroyH264Context()196 MediaSnapshotState::FrameInfo* pFrame = mSnapshotHelper->frontFrame(); in destroyH264Context()205 mSnapshotHelper->discardFrontFrame(); in destroyH264Context()233 mSnapshotHelper->savePacket(frame, szBytes, inputPts); in decodeFrame()278 mSnapshotHelper->replay(func); in try_decode()297 mSnapshotHelper->saveDecodedFrame(std::move(frame)); in fetchAllFrames()331 MediaSnapshotState::FrameInfo* pFrame = mSnapshotHelper->frontFrame(); in getImage()374 mSnapshotHelper->discardFrontFrame(); in getImage()390 mSnapshotHelper->save(stream); in save()[all …]
104 mSnapshotHelper(mType == MediaCodecType::VP8Codec in MediaVpxDecoderGeneric()174 mSnapshotHelper.savePacket(data, len, param.user_priv); in decodeFrame()239 mSnapshotHelper.saveDecodedFrame(std::move(frame)); in fetchAllFrames()249 MediaSnapshotState::FrameInfo* pFrame = mSnapshotHelper.frontFrame(); in getImage()294 mSnapshotHelper.discardFrontFrame(); in getImage()320 mSnapshotHelper.save(stream); in save()361 mSnapshotHelper.load(stream, func); in load()
91 mutable MediaSnapshotHelper mSnapshotHelper; variable
87 std::unique_ptr<MediaSnapshotHelper> mSnapshotHelper;