HomeSort by relevance Sort by last modified time
    Searched refs:entry_bytes (Results 1 - 5 of 5) sorted by null

  /system/media/camera/src/
camera_metadata.c 719 size_t entry_bytes = local
722 if (data_bytes != entry_bytes) {
724 if (dst->data_capacity < dst->data_count + data_bytes - entry_bytes) {
728 if (entry_bytes != 0) {
731 uint8_t *end = start + entry_bytes;
732 size_t length = dst->data_count - entry->data.offset - entry_bytes;
734 dst->data_count -= entry_bytes;
743 e->data.offset -= entry_bytes;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_subpicture.c 168 assert(subpicture.num_palette_entries == 0 && subpicture.entry_bytes == 0);
  /hardware/intel/img/psb_video/src/
psb_output.c 323 obj_image->image.entry_bytes = 0;
337 obj_image->image.entry_bytes = 0;
351 obj_image->image.entry_bytes = 0;
365 obj_image->image.entry_bytes = 4; /* AYUV */
384 obj_image->image.entry_bytes = 0;
405 obj_image->image.entry_bytes = 0;
554 obj_image->image.entry_bytes = 0;
571 obj_image->image.entry_bytes = 0;
588 obj_image->image.entry_bytes = 0;
651 * num_palette_entries * entry_bytes in size. The order of the component
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 268 subpicture->entry_bytes = PipeToComponentOrder(tex_templ.format, subpicture->component_order);
  /hardware/intel/common/libva/va/
va.h 2832 int entry_bytes; member in struct:_VAImage
    [all...]

Completed in 52 milliseconds