HomeSort by relevance Sort by last modified time
    Searched refs:tagvideoDecControls (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 23 struct tagvideoDecControls;
55 tagvideoDecControls *mHandle;
SoftMPEG4.cpp 57 mHandle(new tagvideoDecControls),
83 memset(mHandle, 0, sizeof(tagvideoDecControls));
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.h 23 struct tagvideoDecControls;
57 tagvideoDecControls *mDecHandle;
C2SoftMpeg4Dec.cpp 261 mDecHandle = new tagvideoDecControls;
263 memset(mDecHandle, 0, sizeof(tagvideoDecControls));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 76 typedef struct tagvideoDecControls

Completed in 98 milliseconds