HomeSort by relevance Sort by last modified time
    Searched refs:videoDecControls (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 271 VideoDecControls *videoDecControls;
post_filter.cpp 46 uint8 *decodedFrame = video->videoDecControls->outputFrame;
62 if (PVGetDecBitrate(video->videoDecControls) > (100*video->frameRate*(size >> 12))) // MC_sofDeblock
vop.cpp     [all...]
pvdec_api.cpp 75 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[],
84 oscl_memset(decCtrl, 0, sizeof(VideoDecControls)); /* fix a size bug. 03/28/2001 */
120 video->videoDecControls = decCtrl; /* yes. we have a cyclic */
304 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers)
578 Bool PVResetVideoDecoder(VideoDecControls *decCtrl)
605 OSCL_EXPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl)
770 OSCL_EXPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *display_height)
777 OSCL_EXPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *width, int32 *height) {
792 uint32 PVGetVideoTimeStamp(VideoDecControls *decCtrl)
808 OSCL_EXPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode
    [all...]

Completed in 163 milliseconds