Searched refs:AVC_I_SLICE (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dreflist.cpp32 if (slice_type == AVC_I_SLICE)
145 if (slice_type != AVC_I_SLICE)
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp76 video->slice_type = AVC_I_SLICE;
124 video->slice_type = AVC_I_SLICE;
708 if (video->slice_type == AVC_I_SLICE)
718 if (video->slice_type == AVC_I_SLICE)
H A Dheader.cpp431 if (currPPS->entropy_coding_mode_flag && slice_type != AVC_I_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)
H A Dmotion_est.cpp275 if (slice_type == AVC_I_SLICE)
441 video->slice_type = AVC_I_SLICE;
H A Dblock.cpp1234 if (slice_type == AVC_I_SLICE)
H A Dintra_est.cpp141 if (intra == true || video->slice_type == AVC_I_SLICE)
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h109 AVC_I_SLICE = 2, enumerator in enum:__anon635

Completed in 67 milliseconds