Searched defs:slice_group_map_type (Results 1 - 2 of 2) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DPictureParameterSet.java66 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, "PP
[all...]
/external/chromium_org/third_party/libva/va/
H A Dva.h1544 unsigned char slice_group_map_type; member in struct:_VAPictureParameterBufferH264

Completed in 257 milliseconds