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 67 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[],
76 oscl_memset(decCtrl, 0, sizeof(VideoDecControls)); /* fix a size bug. 03/28/2001 */
107 video->videoDecControls = decCtrl; /* yes. we have a cyclic */
282 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers)
526 Bool PVResetVideoDecoder(VideoDecControls *decCtrl)
553 OSCL_EXPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl)
718 OSCL_EXPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *display_height)
725 OSCL_EXPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *width, int32 *height) {
740 uint32 PVGetVideoTimeStamp(VideoDecControls *decCtrl)
756 OSCL_EXPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode
    [all...]

Completed in 47 milliseconds