Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp377 VideoDecodeBuffer decodeBuffer; in ProcessorProcess() local
379 ret = PrepareDecodeBuffer(*pBuffers[INPORT_INDEX], &retains[INPORT_INDEX], &decodeBuffer); in ProcessorProcess()
387 if (decodeBuffer.size != 0) { in ProcessorProcess()
389 status = mVideoDecoder->decode(&decodeBuffer); in ProcessorProcess()
416 …if (decodeBuffer.ext != NULL && decodeBuffer.ext->extType == PACKED_FRAME_TYPE && decodeBuffer.ext… in ProcessorProcess()
417 PackedFrameData* nextFrame = (PackedFrameData*)decodeBuffer.ext->extData; in ProcessorProcess()