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

  /external/libmpeg2/common/
impeg2_defs.h 29 #define START_CODE_PREFIX 0x000001
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 112 #define START_CODE_PREFIX 0x01
pvdec_api.cpp 935 uint8 start_code_prefix[] = { 0x00, 0x00, 0x01 }; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 184 #define START_CODE_PREFIX 0x01
  /external/libmpeg2/decoder/
impeg2d_dec_hdr.c 64 while ((impeg2d_bit_stream_nxt(ps_stream,START_CODE_PREFIX_LEN) != START_CODE_PREFIX)
115 while ((impeg2d_bit_stream_nxt(ps_stream,START_CODE_PREFIX_LEN) != START_CODE_PREFIX)
    [all...]

Completed in 637 milliseconds