Searched refs:VideoDecControls (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 101 } VideoDecControls; typedef 157 …OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volb… 158 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers); 159 OSCL_IMPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl); 160 Bool PVResetVideoDecoder(VideoDecControls *decCtrl); 161 OSCL_IMPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *refYUV); 162 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 163 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp); 164 …OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *… 165 …Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 bu… [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 77 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() 600 Bool PVResetVideoDecoder(VideoDecControls *decCtrl) in PVResetVideoDecoder() 627 OSCL_EXPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl) in PVCleanUpVideoDecoder() 792 OSCL_EXPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *d… in PVGetVideoDimensions() 799 OSCL_EXPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *width, int32 *height) { in PVGetBufferDimensions() 814 uint32 PVGetVideoTimeStamp(VideoDecControls *decCtrl) in PVGetVideoTimeStamp() 830 OSCL_EXPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode) in PVSetPostProcType() 846 int PVGetDecBitrate(VideoDecControls *decCtrl) in PVGetDecBitrate() [all …]
|
D | mp4lib_int.h | 271 VideoDecControls *videoDecControls;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 181 PVSetPostProcType((VideoDecControls *) mHandle, 0); in onQueueFilled()
|