HomeSort by relevance Sort by last modified time
    Searched defs:scaling_width (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 54 uint32_t scaling_width; member in struct:android::intel::VideoPayloadBuffer
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 54 uint32_t scaling_width; member in struct:android::intel::VideoPayloadBuffer
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 307 int scaling_width = 0, scaling_height = 0; local
315 &scaling_width, &scaling_height,
321 (old_w != scaling_width) || (old_h != scaling_height)) {
327 old_w = scaling_width;
333 * Besides, scaling_width and scaling_height must be a multiple of 2.
335 if (!ret || (!scaling_width || !scaling_height) ||
336 (scaling_width & 1) || (scaling_height & 1)) {
338 obj_context->scaling_width = 0;
346 obj_context->scaling_width = scaling_width;
    [all...]
psb_drv_video.h 455 int scaling_width; member in struct:object_context_s

Completed in 93 milliseconds