HomeSort by relevance Sort by last modified time
    Searched refs:sei_bp_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
353 bitstream_start(&sei_bp_bs);
354 bitstream_put_ue(&sei_bp_bs, 0); /*seq_parameter_set_id*/
355 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay, cpb_removal_length);
356 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay_offset, cpb_removal_length);
357 if ( sei_bp_bs.bit_offset & 0x7) {
358 bitstream_put_ui(&sei_bp_bs, 1, 1);
360 bitstream_end(&sei_bp_bs);
361 bp_byte_size = (sei_bp_bs.bit_offset + 7) / 8;
380 byte_buf = (unsigned char *)sei_bp_bs.buffer
    [all...]
  /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
476 bitstream_start(&sei_bp_bs);
477 bitstream_put_ue(&sei_bp_bs, 0); /*seq_parameter_set_id*/
478 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay, cpb_removal_length);
479 bitstream_put_ui(&sei_bp_bs, init_cpb_removal_delay_offset, cpb_removal_length);
480 if ( sei_bp_bs.bit_offset & 0x7) {
481 bitstream_put_ui(&sei_bp_bs, 1, 1);
483 bitstream_end(&sei_bp_bs);
484 bp_byte_size = (sei_bp_bs.bit_offset + 7) / 8;
503 byte_buf = (unsigned char *)sei_bp_bs.buffer
    [all...]

Completed in 328 milliseconds