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

  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 183 int plane1_offset; member in struct:yuvPlaneInfo
456 yuvInfo.plane1_offset = ALIGN(size,8192);
469 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
471 yuvInfo.plane1_offset = aligned_width * height;
567 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset);
568 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset);
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 185 int plane1_offset; member in struct:yuvPlaneInfo
467 yuvInfo.plane1_offset = ALIGN(size,8192);
480 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
482 yuvInfo.plane1_offset = aligned_width * height;
578 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset);
579 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset);
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 183 int plane1_offset; member in struct:yuvPlaneInfo
456 yuvInfo.plane1_offset = ALIGN(size,8192);
469 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
471 yuvInfo.plane1_offset = aligned_width * height;
567 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset);
568 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset);
    [all...]

Completed in 515 milliseconds