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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
header.cpp 380 if (slice_type == AVC_B_SLICE)
390 if (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE || slice_type == AVC_B_SLICE)
397 if (slice_type == AVC_B_SLICE)
416 (currPPS->weighted_bipred_idc == 1 && slice_type == AVC_B_SLICE))
547 if (slice_type == AVC_B_SLICE)
    [all...]
init.cpp     [all...]
slice.cpp 391 else if (slice_type == AVC_B_SLICE)
648 /* else if(slice_type == AVC_B_SLICE)
794 else if(slice_type == AVC_B_SLICE)
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 108 AVC_B_SLICE = 1,
    [all...]

Completed in 19 milliseconds