Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/dec/include/
Dmp4dec_api.h94 } VideoDecControls; typedef
150 …OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volb…
151 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers);
152 OSCL_IMPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl);
153 Bool PVResetVideoDecoder(VideoDecControls *decCtrl);
154 OSCL_IMPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *refYUV);
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 …OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *…
158 …Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 bu…
[all …]
/frameworks/av/media/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp77 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], in PVInitVideoDecoder()
86 oscl_memset(decCtrl, 0, sizeof(VideoDecControls)); /* fix a size bug. 03/28/2001 */ in PVInitVideoDecoder()
309 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers) in PVAllocVideoData()
546 Bool PVResetVideoDecoder(VideoDecControls *decCtrl) in PVResetVideoDecoder()
573 OSCL_EXPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl) in PVCleanUpVideoDecoder()
730 OSCL_EXPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *d… in PVGetVideoDimensions()
737 OSCL_EXPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *width, int32 *height) { in PVGetBufferDimensions()
752 uint32 PVGetVideoTimeStamp(VideoDecControls *decCtrl) in PVGetVideoTimeStamp()
768 OSCL_EXPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode) in PVSetPostProcType()
787 int PVGetDecBitrate(VideoDecControls *decCtrl) in PVGetDecBitrate()
[all …]
Dmp4lib_int.h271 VideoDecControls *videoDecControls;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp181 PVSetPostProcType((VideoDecControls *) mHandle, 0); in onQueueFilled()