Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h47 int32_t offSet; member
DVideoDecoderMPEG4.cpp397 … mPackedFrame.offSet = lastpic->slice_data.slice_offset + lastpic->slice_data.slice_size; in continueDecodingFrame()
398 …eport OMX to handle for Multiple frame offset=%d time=%lld",mPackedFrame.offSet,mPackedFrame.times… in continueDecodingFrame()
DVideoDecoderAVC.cpp272 mPackedFrame.offSet = sliceData->slice_size + sliceData->slice_offset; in continueDecodingFrame()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp418 (*pBuffers[INPORT_INDEX])->nOffset += nextFrame->offSet; in ProcessorProcess()
420 (*pBuffers[INPORT_INDEX])->nFilledLen -= nextFrame->offSet; in ProcessorProcess()