Searched refs:cpb_removal_length (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/libmix/videoencoder/ |
D | bitstream.h | 341 unsigned int cpb_removal_length, in build_packed_sei_buffer_timing() argument 355 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay, cpb_removal_length); in build_packed_sei_buffer_timing() 356 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay_offset, cpb_removal_length); in build_packed_sei_buffer_timing() 364 bitstream_put_ui(&sei_pic_bs, cpb_removal_delay, cpb_removal_length); in build_packed_sei_buffer_timing()
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 104 unsigned int cpb_removal_length, 1079 unsigned int cpb_removal_length, in build_packed_sei_buffer_timing() argument 1093 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay, cpb_removal_length); in build_packed_sei_buffer_timing() 1094 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay_offset, cpb_removal_length); in build_packed_sei_buffer_timing() 1102 bitstream_put_ui(&sei_pic_bs, cpb_removal_delay, cpb_removal_length); in build_packed_sei_buffer_timing()
|
D | h264encode.c | 464 unsigned int cpb_removal_length, in build_packed_sei_buffer_timing() argument 478 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay, cpb_removal_length); in build_packed_sei_buffer_timing() 479 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay_offset, cpb_removal_length); in build_packed_sei_buffer_timing() 487 bitstream_put_ui(&sei_pic_bs, cpb_removal_delay, cpb_removal_length); in build_packed_sei_buffer_timing()
|