OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:time_offset_len
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp
879
OMX_U32
time_offset_len
= 0, cpb_removal_len = 24, dpb_output_len = 24;
local
886
time_offset_len
= vui_param.nal_hrd_parameters.time_offset_length;
893
time_offset_len
= vui_param.vcl_hrd_parameters.time_offset_length;
955
if (
time_offset_len
> 0)
956
sei_pic_timing.time_offset = iv(
time_offset_len
);
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp
816
OMX_U32
time_offset_len
= 0, cpb_removal_len = 24, dpb_output_len = 24;
local
822
time_offset_len
= vui_param.nal_hrd_parameters.time_offset_length;
827
time_offset_len
= vui_param.vcl_hrd_parameters.time_offset_length;
892
if (
time_offset_len
> 0)
893
sei_pic_timing.time_offset = iv(
time_offset_len
);
[
all
...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp
816
OMX_U32
time_offset_len
= 0, cpb_removal_len = 24, dpb_output_len = 24;
local
822
time_offset_len
= vui_param.nal_hrd_parameters.time_offset_length;
827
time_offset_len
= vui_param.vcl_hrd_parameters.time_offset_length;
892
if (
time_offset_len
> 0)
893
sei_pic_timing.time_offset = iv(
time_offset_len
);
[
all
...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp
816
OMX_U32
time_offset_len
= 0, cpb_removal_len = 24, dpb_output_len = 24;
local
822
time_offset_len
= vui_param.nal_hrd_parameters.time_offset_length;
827
time_offset_len
= vui_param.vcl_hrd_parameters.time_offset_length;
892
if (
time_offset_len
> 0)
893
sei_pic_timing.time_offset = iv(
time_offset_len
);
[
all
...]
Completed in 115 milliseconds