Lines Matching refs:mSnapshotHelper
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()
432 mSnapshotHelper->load(stream, func); in load()