OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pic_order_cnt_type
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/media/mp2t/
es_parser_h264.cc
367
uint32
pic_order_cnt_type
;
local
373
RCHECK(bit_reader.ReadBitsExpGolomb(&
pic_order_cnt_type
));
375
// |
pic_order_cnt_type
| shall be in the range of 0 to 2.
376
RCHECK(
pic_order_cnt_type
<= 2);
377
if (
pic_order_cnt_type
== 0) {
380
} else if (
pic_order_cnt_type
== 1) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java
38
public int
pic_order_cnt_type
;
field in class:SeqParameterSet
118
sps.
pic_order_cnt_type
= reader.readUE("SPS:
pic_order_cnt_type
");
119
if (sps.
pic_order_cnt_type
== 0) {
122
} else if (sps.
pic_order_cnt_type
== 1) {
356
writer.writeUE(
pic_order_cnt_type
, "SPS:
pic_order_cnt_type
");
357
if (
pic_order_cnt_type
== 0) {
360
} else if (
pic_order_cnt_type
== 1) {
516
"\n
pic_order_cnt_type
=" + pic_order_cnt_type
[
all
...]
/frameworks/av/media/libstagefright/
avc_utils.cpp
70
unsigned
pic_order_cnt_type
= parseUE(&br);
local
72
if (
pic_order_cnt_type
== 0) {
74
} else if (
pic_order_cnt_type
== 1) {
/external/chromium_org/content/common/gpu/media/
h264_parser.h
67
int
pic_order_cnt_type
;
member in struct:content::H264SPS
/external/chromium_org/third_party/libva/va/
va_enc_h264.h
188
unsigned int
pic_order_cnt_type
: 2;
member in struct:_VAEncSequenceParameterBufferH264::__anon14760::__anon14761
202
/** if
pic_order_cnt_type
== 1 */
420
/** @name If
pic_order_cnt_type
== 0 */
427
/** @name If
pic_order_cnt_type
== 1 && !delta_pic_order_always_zero_flag */
va.h
1536
unsigned int
pic_order_cnt_type
: 2;
member in struct:_VAPictureParameterBufferH264::__anon14743::__anon14744
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h
268
uint8_t
pic_order_cnt_type
;
member in struct:pipe_h264_picture_desc
/external/mesa3d/src/gallium/include/pipe/
p_video_state.h
268
uint8_t
pic_order_cnt_type
;
member in struct:pipe_h264_picture_desc
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
184
/* (
pic_order_cnt_type
== 1) */
208
M4OSA_UInt8
pic_order_cnt_type
;
member in struct:__anon32053
209
/* if(
pic_order_cnt_type
== 0) */
271
/* if(
pic_order_cnt_type
< 2 ) in the sequence parameter set */
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
307
uint
pic_order_cnt_type
; /* ue(v), range 0..2 */
member in struct:tagSeqParamSet
308
/* if(
pic_order_cnt_type
== 0 ) */
310
/* else if(
pic_order_cnt_type
== 1 ) */
397
/* if(
pic_order_cnt_type
==0) */
401
/* if(
pic_order_cnt_type
==1 && !delta_pic_order_always_zero_flag) */
[
all
...]
Completed in 96 milliseconds