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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 54 #define IS_P_SLICE(sliceType) (((sliceType) == P_SLICE) || \
h264bsd_slice_header.c 136 ( !IS_P_SLICE(pSliceHeader->sliceType) ||
258 if (IS_P_SLICE(pSliceHeader->sliceType))
291 if (IS_P_SLICE(pSliceHeader->sliceType))
    [all...]
h264bsd_conceal.c 146 if (IS_P_SLICE(sliceType) || (pStorage->intraConcealmentFlag != 0))

Completed in 149 milliseconds