Searched refs:AVC_B_SLICE (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp380 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)
H A Dinit.cpp838 sliceHdr->direct_spatial_mv_pred_flag = 0; // default if(slice_type == AVC_B_SLICE)
851 (currPPS->weighted_bipred_idc == 1 && slice_type == AVC_B_SLICE))
H A Dslice.cpp391 else if (slice_type == AVC_B_SLICE)
648 /* else if(slice_type == AVC_B_SLICE)
794 else if(slice_type == AVC_B_SLICE)
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h108 AVC_B_SLICE = 1, enumerator in enum:__anon635

Completed in 44 milliseconds