OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVC_I_SLICE
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp
32
if (slice_type ==
AVC_I_SLICE
)
145
if (slice_type !=
AVC_I_SLICE
)
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp
76
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
)
[
all
...]
header.cpp
431
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)
[
all
...]
slice.cpp
138
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)
motion_est.cpp
275
if (slice_type ==
AVC_I_SLICE
)
441
video->slice_type =
AVC_I_SLICE
;
[
all
...]
block.cpp
[
all
...]
intra_est.cpp
141
if (intra == true || video->slice_type ==
AVC_I_SLICE
)
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
109
AVC_I_SLICE
= 2,
[
all
...]
Completed in 320 milliseconds