Home
last modified time | relevance | path

Searched refs:PVGetBufferDimensions (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/
H A DMpeg4H263DecoderTest.cpp208 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in processMpeg4H263Decoder()
264 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in processMpeg4H263Decoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h162 …OSCL_IMPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *buf_width, int32 *…
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A Dmpeg4_h263_dec_fuzzer.cpp105 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in handleResolutionChange()
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp336 PVGetBufferDimensions(mHandle, (int32 *)&buf_width, (int32 *)&buf_height); in handlePortSettingsChange()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp408 PVGetBufferDimensions(mDecHandle, (int32 *)&buf_width, (int32 *)&buf_height); in handleResChange()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp737 OSCL_EXPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *width, int32 *height) { in PVGetBufferDimensions() function