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 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/
avc_utils.cpp
67
unsigned
pic_order_cnt_type
= parseUE(&br);
local
69
if (
pic_order_cnt_type
== 0) {
71
} else if (
pic_order_cnt_type
== 1) {
/frameworks/media/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
184
/* (
pic_order_cnt_type
== 1) */
208
M4OSA_UInt8
pic_order_cnt_type
;
member in struct:__anon15858
209
/* if(
pic_order_cnt_type
== 0) */
271
/* if(
pic_order_cnt_type
< 2 ) in the sequence parameter set */
/frameworks/base/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 161 milliseconds