/hardware/intel/common/libmix/videoencoder/ |
bitstream.h | 342 unsigned int cpb_removal_delay, 364 bitstream_put_ui(&sei_pic_bs, cpb_removal_delay, cpb_removal_length);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 567 int cpb_removal_delay; field in class:H264TrackImpl.SEIMessage 621 cpb_removal_delay = reader.readU(sps.vuiParams.nalHRDParams.cpb_removal_delay_length_minus1 + 1, "SEI: cpb_removal_delay"); 715 out += ", cpb_removal_delay=" + cpb_removal_delay +
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
h264parse_sei.h | 77 int32_t cpb_removal_delay; member in struct:_h264_SEI_pic_timing
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
h264_utils.h | 305 OMX_U32 cpb_removal_delay; member in struct:__anon34072
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
h264_utils.h | 304 OMX_U32 cpb_removal_delay; member in struct:__anon34091
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
h264_utils.h | 304 OMX_U32 cpb_removal_delay; member in struct:__anon34131
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
h264_utils.cpp | 896 sei_pic_timing.cpb_removal_delay = extract_bits(cpb_removal_len); 900 ALOGV("-->cpb_removal_delay : %u", sei_pic_timing.cpb_removal_delay); [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
h264_utils.cpp | 830 sei_pic_timing.cpb_removal_delay = extract_bits(cpb_removal_len); 834 ALOGV("-->cpb_removal_delay : %u", sei_pic_timing.cpb_removal_delay); [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
h264_utils.cpp | 830 sei_pic_timing.cpb_removal_delay = extract_bits(cpb_removal_len); 834 ALOGV("-->cpb_removal_delay : %u", sei_pic_timing.cpb_removal_delay); [all...] |
/hardware/intel/common/libva/test/encode/ |
avcenc.c | 105 unsigned int cpb_removal_delay, [all...] |
h264encode.c | 465 unsigned int cpb_removal_delay, 487 bitstream_put_ui(&sei_pic_bs, cpb_removal_delay, cpb_removal_length); [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
h264parse_sei.c | 127 viddec_pm_get_bits(parent, (uint32_t *)&sei_msg_ptr->cpb_removal_delay, num_bits_cpb); [all...] |
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_TI_Video.h | 1790 OMX_U32 cpb_removal_delay; member in struct:OMX_TI_VIDEO_H264VDEC_SeiPictureTiming [all...] |