Home
last modified time | relevance | path

Searched refs:referenceFrame (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h194 …bool referenceFrame; // indicated whether frame associated with this surface is a reference I/P f… member
DVideoDecoderWMV.cpp161 mAcquiredBuffer->referenceFrame = true; in decodeFrame()
196 mAcquiredBuffer->referenceFrame = (frameType == VC1_PTYPE_I || frameType == VC1_PTYPE_P); in decodeFrame()
DVideoDecoderMPEG4.cpp237 mAcquiredBuffer->referenceFrame = true; in beginDecodingFrame()
386 mAcquiredBuffer->referenceFrame = (codingType != MP4_VOP_TYPE_B); in continueDecodingFrame()
DVideoDecoderBase.cpp382 if (p->referenceFrame) { in findOutputByPct()
665 if (mAcquiredBuffer->referenceFrame) { in outputSurfaceBuffer()
1263 mSurfaceBuffers[i].referenceFrame = false; in initSurfaceBuffer()
DVideoDecoderAVC.cpp224 mAcquiredBuffer->referenceFrame = true; in beginDecodingFrame()
226 mAcquiredBuffer->referenceFrame = false; in beginDecodingFrame()
DVideoDecoderVP8.cpp192 mAcquiredBuffer->referenceFrame = (frameType == VP8_KEY_FRAME || frameType == VP8_INTER_FRAME); in decodeFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp415 mAcquiredBuffer->referenceFrame = true; in beginDecodingFrame()
417 mAcquiredBuffer->referenceFrame = false; in beginDecodingFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp430 mAcquiredBuffer->referenceFrame = true; in beginDecodingFrame()
432 mAcquiredBuffer->referenceFrame = false; in beginDecodingFrame()