Searched refs:AVC_P_SLICE (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp377 if (slice_type == AVC_P_SLICE)
640 if (slice_type == AVC_P_SLICE)
789 if (slice_type == AVC_P_SLICE)
H A Dheader.cpp390 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)) ||
H A Dintra_est.cpp133 if (video->slice_type == AVC_P_SLICE)
152 if (video->slice_type == AVC_P_SLICE)
186 else if (video->slice_type == AVC_P_SLICE && intra == true)
H A Dinit.cpp850 if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) ||
H A Drate_control.cpp131 video->slice_type = AVC_P_SLICE;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h107 AVC_P_SLICE = 0, enumerator in enum:__anon635
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dreflist.cpp60 if (slice_type == AVC_P_SLICE)

Completed in 57 milliseconds