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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h 33 int32 shortVideoHeader; /* shortVideoHeader mode */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 48 int shortVideoHeader = video->shortVideoHeader;
83 if (video->shortVideoHeader)
196 if (shortVideoHeader)
275 if (shortVideoHeader)
414 if (!video->shortVideoHeader)
446 if ((MBtype & INTRA_MASK) && !video->shortVideoHeader)
592 if (video->shortVideoHeader)
mp4lib_int.h 254 int shortVideoHeader; /* shortVideoHeader mode */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp     [all...]
mp4lib_int.h 78 Int shortVideoHeader; /* shortVideoHeader mode */

Completed in 63 milliseconds