OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVC_SP_SLICE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
390
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
)) ||
446
if (slice_type ==
AVC_SP_SLICE
|| slice_type == AVC_SI_SLICE)
448
if (slice_type ==
AVC_SP_SLICE
)
[
all
...]
init.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
110
AVC_SP_SLICE
= 3,
[
all
...]
Completed in 25 milliseconds