Searched defs:decCtrl (Results 1 – 1 of 1) sorted by relevance
/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() 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() 870 int PVGetDecFramerate(VideoDecControls *decCtrl) in PVGetDecFramerate() [all …]
|