Home
last modified time | relevance | path

Searched refs:first_part_size (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_with_partial_drops.c106 int first_part_size; member
116 int remainFirst = uncomp_part_size + hdr->first_part_size - pos; in next_packet()
161 hdr.first_part_size = (tmp >> 5) & 0x7FFFF; in throw_packets()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c1191 size_t first_part_size, uncompressed_hdr_size; local
1206 first_part_size = write_compressed_header(cpi, data);
1207 data += first_part_size;
1209 vp9_wb_write_literal(&saved_wb, (int)first_part_size, 16);