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

  /hardware/intel/img/hwcomposer/ips/common/
VideoPayloadBuffer.h 54 uint32_t scaling_width; member in struct:android::intel::VideoPayloadBuffer
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 302 int scaling_width = 0, scaling_height = 0; local
310 &scaling_width, &scaling_height,
316 (old_w != scaling_width) || (old_h != scaling_height)) {
322 old_w = scaling_width;
328 * Besides, scaling_width and scaling_height must be a multiple of 2.
330 if (!ret || (!scaling_width || !scaling_height) ||
331 (scaling_width & 1) || (scaling_height & 1)) {
333 obj_context->scaling_width = 0;
341 obj_context->scaling_width = scaling_width;
    [all...]
psb_drv_video.h 437 int scaling_width; member in struct:object_context_s
psb_drv_video.c     [all...]

Completed in 145 milliseconds