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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 48 I_SLICE = 2
58 #define IS_I_SLICE(sliceType) (((sliceType) == I_SLICE) || \
59 ((sliceType) == I_SLICE + 5))
  /external/libavc/decoder/
ih264d_defs.h 352 #define I_SLICE 2

Completed in 72 milliseconds