OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_bytes_per_pic_denom
(Results
1 - 7
of
7
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java
28
public int
max_bytes_per_pic_denom
;
field in class:VUIParameters.BitstreamRestriction
SeqParameterSet.java
265
vuip.bitstreamRestriction.
max_bytes_per_pic_denom
= reader
266
.readUE("VUI
max_bytes_per_pic_denom
");
475
writer.writeUE(vuip.bitstreamRestriction.
max_bytes_per_pic_denom
,
476
"VUI:
max_bytes_per_pic_denom
");
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
281
uint
max_bytes_per_pic_denom
; /* ue(v), default 2 */
member in struct:tagVUIParam
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h
550
uint8_t
max_bytes_per_pic_denom
; // ue(v), 0 to 16
member in struct:_vui_seq_parameters_t_not_used
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sps.c
248
pVUI_Seq_Not_Used->
max_bytes_per_pic_denom
= h264_GetVLCElement(parent, pInfo, false);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
188
ue_v(stream, vui->
max_bytes_per_pic_denom
);
[
all
...]
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h
1501
OMX_U32
max_bytes_per_pic_denom
;
member in struct:OMX_TI_VIDEO_H264VDEC_VuiParams
[
all
...]
Completed in 147 milliseconds