Home
last modified time | relevance | path

Searched refs:tagvideoDecControls (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A Dmpeg4_h263_dec_fuzzer.cpp32 struct tagvideoDecControls;
52 tagvideoDecControls *mDecHandle = nullptr;
71 mDecHandle = new tagvideoDecControls; in initDecoder()
75 memset(mDecHandle, 0, sizeof(tagvideoDecControls)); in initDecoder()
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h23 struct tagvideoDecControls;
55 tagvideoDecControls *mHandle;
H A DSoftMPEG4.cpp56 mHandle(new tagvideoDecControls), in SoftMPEG4()
82 memset(mHandle, 0, sizeof(tagvideoDecControls)); in initDecoder()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.h23 struct tagvideoDecControls;
57 tagvideoDecControls *mDecHandle;
H A DC2SoftMpeg4Dec.cpp309 mDecHandle = new tagvideoDecControls; in initDecoder()
315 memset(mDecHandle, 0, sizeof(tagvideoDecControls)); in initDecoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/
H A DMpeg4H263DecoderTest.cpp49 struct tagvideoDecControls;
88 tagvideoDecControls *mDecHandle;
100 mDecHandle = new tagvideoDecControls; in initDecoder()
105 memset(mDecHandle, 0, sizeof(tagvideoDecControls)); in initDecoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h76 typedef struct tagvideoDecControls struct