Searched refs:AVC_SI_SLICE (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp431 if (currPPS->entropy_coding_mode_flag && slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
446 if (slice_type == AVC_SP_SLICE || slice_type == AVC_SI_SLICE)
512 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
H A Dslice.cpp138 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
415 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE && currMB->mbMode != AVC_SKIP)
675 if(slice_type == AVC_SI_SLICE)
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h111 AVC_SI_SLICE = 4, enumerator in enum:__anon420

Completed in 2493 milliseconds