Lines Matching refs:mDecodedFrame
79 mDecodedFrame.resize(mOutBufferSize); in initH264ContextInternal()
304 mDecodedFrame.resize(mOutBufferSize); in copyFrame()
309 memcpy(mDecodedFrame.data() + i * w, in copyFrame()
316 memcpy(w * h + mDecodedFrame.data() + i * w, in copyFrame()
320 convert8.UVInterleavedToPlanar(mDecodedFrame.data()); in copyFrame()
323 memcpy(w * h + mDecodedFrame.data() + i * w / 2, in copyFrame()
327 memcpy(w * h + w * h / 4 + mDecodedFrame.data() + i * w / 2, in copyFrame()
410 memcpy(dst, mDecodedFrame.data(), mOutBufferSize); in getImage()
415 mDecodedFrame.data()); in getImage()
418 memcpy(dst, mDecodedFrame.data(), mOutBufferSize); in getImage()
438 mDecodedFrame, mOutputWidth, mOutputHeight, in save()
494 mDecodedFrame = mSnapshotState.savedDecodedFrame.data; in load()