Searched refs:PVGetBufferDimensions (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 162 …OSCL_IMPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *buf_width, int32 *…
|
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/ |
D | mpeg4_h263_dec_fuzzer.cpp | 105 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in handleResolutionChange()
|
/frameworks/av/media/module/codecs/m4v_h263/dec/test/ |
D | Mpeg4H263DecoderTest.cpp | 208 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in processMpeg4H263Decoder() 264 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in processMpeg4H263Decoder()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 341 PVGetBufferDimensions(mHandle, (int32 *)&buf_width, (int32 *)&buf_height); in handlePortSettingsChange()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 384 PVGetBufferDimensions(&mVideoDecControls, (int32 *)&buf_width, (int32 *)&buf_height); in handleResChange()
|
/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 737 OSCL_EXPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *width, int32 *height) { in PVGetBufferDimensions() function
|