OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slice_group_map_type
(Results
1 - 4
of
4
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java
66
public int
slice_group_map_type
;
field in class:PictureParameterSet
99
pps.
slice_group_map_type
= reader
100
.readUE("PPS:
slice_group_map_type
");
104
if (pps.
slice_group_map_type
== 0)
108
else if (pps.
slice_group_map_type
== 2)
114
else if (pps.
slice_group_map_type
== 3
115
|| pps.
slice_group_map_type
== 4
116
|| pps.
slice_group_map_type
== 5) {
121
} else if (pps.
slice_group_map_type
== 6) {
199
writer.writeUE(
slice_group_map_type
, "PPS: slice_group_map_type")
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
239
/* if(
slice_group_map_type
= = 0 ) */
241
/* else if(
slice_group_map_type
= = 2 ) */
244
/* else if(
slice_group_map_type
= = 6 ) */
257
M4OSA_UInt8
slice_group_map_type
;
member in struct:__anon32054
258
/* else if(
slice_group_map_type
= = 3 || 4 || 5 */
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
352
uint
slice_group_map_type
; /* ue(v), range 0..6 */
member in struct:tagPicParamSet
353
/* if(
slice_group_map_type
= = 0 ) */
356
/* else if(
slice_group_map_type
= = 2 ) */
360
/* else if(
slice_group_map_type
= = 3 || 4 || 5 */
363
/* else if(
slice_group_map_type
= = 6 ) */
450
/* if(num_slice_groups_minus1>0 &&
slice_group_map_type
>=3 &&
slice_group_map_type
<=5)*/
[
all
...]
/external/chromium_org/third_party/libva/va/
va.h
1543
unsigned char
slice_group_map_type
;
member in struct:_VAPictureParameterBufferH264
[
all
...]
Completed in 141 milliseconds