Home | History | Annotate | Download | only in dec

Lines Matching refs:mHandle

67       mHandle(new tagvideoDecControls),
92 PVCleanUpVideoDecoder(mHandle);
95 delete mHandle;
96 mHandle = NULL;
166 memset(mHandle, 0, sizeof(tagvideoDecControls));
371 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode);
381 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mHandle);
388 PVSetPostProcType((VideoDecControls *) mHandle, 0);
411 PVSetReferenceYUV(mHandle, outHeader->pBuffer);
430 mHandle, &bitstream, &timestamp, &tmp,
484 PVGetVideoDimensions(mHandle, &disp_width, &disp_height);
487 PVGetBufferDimensions(mHandle, &buf_width, &buf_height);
515 PVCleanUpVideoDecoder(mHandle);
522 mHandle, vol_data, &vol_size, 1, mWidth, mHeight,
542 CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE);