Searched refs:oh (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxc_int.h165 VP8_HEADER oh; member in struct:VP8Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c1270 VP8_HEADER oh; local
1280 oh.show_frame = (int) pc->show_frame;
1281 oh.type = (int)pc->frame_type;
1282 oh.version = pc->version;
1283 oh.first_partition_length_in_bytes = 0;
1299 if (oh.type == KEY_FRAME)
1581 oh.first_partition_length_in_bytes = cpi->bc->pos;
1585 int v = (oh.first_partition_length_in_bytes << 5) |
1586 (oh.show_frame << 4) |
1587 (oh
[all...]

Completed in 119 milliseconds