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