OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_NUM_CLOCK_TS
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_sei.h
47
#define
MAX_NUM_CLOCK_TS
3
66
u32 clockTimeStampFlag[
MAX_NUM_CLOCK_TS
];
67
u32 clockTimeStamp[
MAX_NUM_CLOCK_TS
];
68
u32 ctType[
MAX_NUM_CLOCK_TS
];
69
u32 nuitFieldBasedFlag[
MAX_NUM_CLOCK_TS
];
70
u32 countingType[
MAX_NUM_CLOCK_TS
];
71
u32 fullTimeStampFlag[
MAX_NUM_CLOCK_TS
];
72
u32 discontinuityFlag[
MAX_NUM_CLOCK_TS
];
73
u32 cntDroppedFlag[
MAX_NUM_CLOCK_TS
];
74
u32 nFrames[
MAX_NUM_CLOCK_TS
];
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_sei.h
22
#define
MAX_NUM_CLOCK_TS
3
83
int32_t clock_timestamp_flag[
MAX_NUM_CLOCK_TS
];
84
int32_t ct_type[
MAX_NUM_CLOCK_TS
];
85
int32_t nuit_field_based_flag[
MAX_NUM_CLOCK_TS
];
86
int32_t counting_type[
MAX_NUM_CLOCK_TS
];
87
int32_t full_timestamp_flag[
MAX_NUM_CLOCK_TS
];
88
int32_t discontinuity_flag[
MAX_NUM_CLOCK_TS
];
89
int32_t cnt_dropped_flag[
MAX_NUM_CLOCK_TS
];
90
int32_t n_frames[
MAX_NUM_CLOCK_TS
];
91
int32_t seconds_value[
MAX_NUM_CLOCK_TS
];
[
all
...]
/external/libhevc/common/
ihevc_structs.h
375
UWORD8 au1_clock_timestamp_flag[
MAX_NUM_CLOCK_TS
];
380
UWORD8 au1_units_field_based_flag[
MAX_NUM_CLOCK_TS
];
385
UWORD8 au1_counting_type[
MAX_NUM_CLOCK_TS
];
391
UWORD8 au1_full_timestamp_flag[
MAX_NUM_CLOCK_TS
];
396
UWORD8 au1_discontinuity_flag[
MAX_NUM_CLOCK_TS
];
401
UWORD8 au1_cnt_dropped_flag[
MAX_NUM_CLOCK_TS
];
406
UWORD16 au2_n_frames[
MAX_NUM_CLOCK_TS
];
411
UWORD8 au1_seconds_flag[
MAX_NUM_CLOCK_TS
];
416
UWORD8 au1_minutes_flag[
MAX_NUM_CLOCK_TS
];
421
UWORD8 au1_hours_flag[
MAX_NUM_CLOCK_TS
];
[
all
...]
ihevc_defs.h
468
#define
MAX_NUM_CLOCK_TS
3
Completed in 3919 milliseconds