Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp246 PVCleanUpVideoDecoder(&mVideoDecControls); in onStop()
279 if (PV_TRUE != PVResetVideoDecoder(&mVideoDecControls)) { in onFlush_sm()
295 memset(&mVideoDecControls, 0, sizeof(tagvideoDecControls)); in initDecoder()
381 PVGetVideoDimensions(&mVideoDecControls, (int32 *)&disp_width, (int32 *)&disp_height); in handleResChange()
384 PVGetBufferDimensions(&mVideoDecControls, (int32 *)&buf_width, (int32 *)&buf_height); in handleResChange()
405 PVCleanUpVideoDecoder(&mVideoDecControls); in handleResChange()
411 &mVideoDecControls, vol_data, &vol_size, 1, mIntf->getMaxWidth(), in handleResChange()
468 PVCleanUpVideoDecoder(&mVideoDecControls); in process()
484 &mVideoDecControls, vol_data, &vol_size, 1, in process()
492 MP4DecodingMode actualMode = PVGetDecBitstreamMode(&mVideoDecControls); in process()
[all …]
DC2SoftMpeg4Dec.h57 tagvideoDecControls mVideoDecControls; member