Home
last modified time | relevance | path

Searched refs:AVC_SP_SLICE (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dheader.cpp390 if (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE || slice_type == AVC_B_SLICE) in EncodeSliceHeader()
415 … if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) || in EncodeSliceHeader()
446 if (slice_type == AVC_SP_SLICE || slice_type == AVC_SI_SLICE) in EncodeSliceHeader()
448 if (slice_type == AVC_SP_SLICE) in EncodeSliceHeader()
Dinit.cpp846 … if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) || in InitSlice()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcint_common.h110 AVC_SP_SLICE = 3, enumerator