OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVC_B_SLICE
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
380
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
)
[
all
...]
init.cpp
[
all
...]
slice.cpp
391
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/
avcint_common.h
108
AVC_B_SLICE
= 1,
[
all
...]
Completed in 29 milliseconds