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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
header.cpp 390 if (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE || slice_type == AVC_B_SLICE)
415 if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) ||
446 if (slice_type == AVC_SP_SLICE || slice_type == AVC_SI_SLICE)
448 if (slice_type == AVC_SP_SLICE)
    [all...]
init.cpp     [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 110 AVC_SP_SLICE = 3,
    [all...]

Completed in 13 milliseconds