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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 431 if (currPPS->entropy_coding_mode_flag && slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
446 if (slice_type == AVC_SP_SLICE || slice_type == AVC_SI_SLICE)
512 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
    [all...]
slice.cpp 138 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
415 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE && currMB->mbMode != AVC_SKIP)
675 if(slice_type == AVC_SI_SLICE)
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 111 AVC_SI_SLICE = 4,
    [all...]

Completed in 21 milliseconds