OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sei_pic_bs
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/videoencoder/
bitstream.h
351
bitstream sei_bp_bs,
sei_pic_bs
;
local
363
bitstream_start(&
sei_pic_bs
);
364
bitstream_put_ui(&
sei_pic_bs
, cpb_removal_delay, cpb_removal_length);
365
bitstream_put_ui(&
sei_pic_bs
, dpb_output_delay, dpb_output_length);
366
if (
sei_pic_bs
.bit_offset & 0x7) {
367
bitstream_put_ui(&
sei_pic_bs
, 1, 1);
369
bitstream_end(&
sei_pic_bs
);
370
pic_byte_size = (
sei_pic_bs
.bit_offset + 7) / 8;
389
byte_buf = (unsigned char *)
sei_pic_bs
.buffer;
/hardware/intel/common/libva/test/encode/
avcenc.c
1089
bitstream sei_bp_bs,
sei_pic_bs
;
local
[
all
...]
h264encode.c
474
bitstream sei_bp_bs,
sei_pic_bs
;
local
486
bitstream_start(&
sei_pic_bs
);
487
bitstream_put_ui(&
sei_pic_bs
, cpb_removal_delay, cpb_removal_length);
488
bitstream_put_ui(&
sei_pic_bs
, dpb_output_delay, dpb_output_length);
489
if (
sei_pic_bs
.bit_offset & 0x7) {
490
bitstream_put_ui(&
sei_pic_bs
, 1, 1);
492
bitstream_end(&
sei_pic_bs
);
493
pic_byte_size = (
sei_pic_bs
.bit_offset + 7) / 8;
512
byte_buf = (unsigned char *)
sei_pic_bs
.buffer;
[
all
...]
Completed in 619 milliseconds