OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcl_hrd_parameters
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp
630
hrd_parameters(&vui_param.
vcl_hrd_parameters
);
857
hrd_param = &vui_param.
vcl_hrd_parameters
;
891
cpb_removal_len = vui_param.
vcl_hrd_parameters
.cpb_removal_delay_length;
892
dpb_output_len = vui_param.
vcl_hrd_parameters
.dpb_output_delay_length;
893
time_offset_len = vui_param.
vcl_hrd_parameters
.time_offset_length;
894
cbr_flag = vui_param.
vcl_hrd_parameters
.cbr_flag[0];
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp
581
hrd_parameters(&vui_param.
vcl_hrd_parameters
);
796
hrd_param = &vui_param.
vcl_hrd_parameters
;
825
cpb_removal_len = vui_param.
vcl_hrd_parameters
.cpb_removal_delay_length;
826
dpb_output_len = vui_param.
vcl_hrd_parameters
.dpb_output_delay_length;
827
time_offset_len = vui_param.
vcl_hrd_parameters
.time_offset_length;
828
cbr_flag = vui_param.
vcl_hrd_parameters
.cbr_flag[0];
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h
297
h264_hrd_param
vcl_hrd_parameters
;
member in struct:__anon31799
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h
297
h264_hrd_param
vcl_hrd_parameters
;
member in struct:__anon31817
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
275
AVCHRDParams
vcl_hrd_parameters
; /* hrd_paramters */
member in struct:tagVUIParam
335
// AVCHRDParams *
vcl_hrd_parameters
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
176
EncodeHRD(stream, &(vui->
vcl_hrd_parameters
));
[
all
...]
Completed in 965 milliseconds