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

  /external/skia/src/gpu/
GrYUVProvider.cpp 35 bool YUVScoper::init(GrYUVProvider* provider, SkYUVPlanesCache::Info* yuvInfo, void* planes[3],
38 fCachedData.reset(SkYUVPlanesCache::FindAndRef(provider->onGetID(), yuvInfo));
43 planes[1] = (uint8_t*)planes[0] + yuvInfo->fSizeInMemory[0];
44 planes[2] = (uint8_t*)planes[1] + yuvInfo->fSizeInMemory[1];
48 if (!provider->onGetYUVSizes(yuvInfo->fSize)) {
55 yuvInfo->fRowBytes[i] = yuvInfo->fSize[i].fWidth; // we assume snug fit: rb == width
56 yuvInfo->fSizeInMemory[i] = yuvInfo->fRowBytes[i] * yuvInfo->fSize[i].fHeight
    [all...]
  /external/skia/tests/
YUVCacheTest.cpp 34 SkYUVPlanesCache::Info yuvInfo;
36 yuvInfo.fSize[i].fWidth = 20 * i;
37 yuvInfo.fSize[i].fHeight = 10 * i;
38 yuvInfo.fSizeInMemory[i] = 800 * i;
39 yuvInfo.fRowBytes[i] = 80 * i;
41 yuvInfo.fColorSpace = kRec601_SkYUVColorSpace;
45 SkCachedData* data = SkYUVPlanesCache::FindAndRef(genID, &yuvInfo, &cache);
52 SkYUVPlanesCache::Add(genID, data, &yuvInfo, &cache);
64 REPORTER_ASSERT(reporter, yuvInfo.fSize[i].fWidth == yuvInfoRead.fSize[i].fWidth);
65 REPORTER_ASSERT(reporter, yuvInfo.fSize[i].fHeight == yuvInfoRead.fSize[i].fHeight)
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 449 yuvPlaneInfo& yuvInfo)
466 yuvInfo.plane1_offset = ALIGN(size,8192);
467 yuvInfo.yStride = aligned_width;
468 yuvInfo.plane1_stride = aligned_width;
475 yuvInfo.yStride = aligned_width;
476 yuvInfo.plane1_stride = aligned_width;
479 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
481 yuvInfo.plane1_offset = aligned_width * height;
564 yuvPlaneInfo yuvInfo = {0};
565 status = calculate_yuv_offset_and_stride(info, yuvInfo);
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 455 yuvPlaneInfo& yuvInfo)
472 yuvInfo.plane1_offset = ALIGN(size,8192);
473 yuvInfo.yStride = aligned_width;
474 yuvInfo.plane1_stride = aligned_width;
481 yuvInfo.yStride = aligned_width;
482 yuvInfo.plane1_stride = aligned_width;
485 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
487 yuvInfo.plane1_offset = aligned_width * height;
570 yuvPlaneInfo yuvInfo = {0};
571 status = calculate_yuv_offset_and_stride(info, yuvInfo);
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 454 yuvPlaneInfo& yuvInfo)
471 yuvInfo.plane1_offset = ALIGN(size,8192);
472 yuvInfo.yStride = aligned_width;
473 yuvInfo.plane1_stride = aligned_width;
480 yuvInfo.yStride = aligned_width;
481 yuvInfo.plane1_stride = aligned_width;
484 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
486 yuvInfo.plane1_offset = aligned_width * height;
569 yuvPlaneInfo yuvInfo = {0};
570 status = calculate_yuv_offset_and_stride(info, yuvInfo);
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 439 yuvPlaneInfo& yuvInfo)
456 yuvInfo.plane1_offset = ALIGN(size,8192);
457 yuvInfo.yStride = aligned_width;
458 yuvInfo.plane1_stride = aligned_width;
465 yuvInfo.yStride = aligned_width;
466 yuvInfo.plane1_stride = aligned_width;
469 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
471 yuvInfo.plane1_offset = aligned_width * height;
554 yuvPlaneInfo yuvInfo = {0};
555 status = calculate_yuv_offset_and_stride(info, yuvInfo);
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 458 yuvPlaneInfo& yuvInfo)
475 yuvInfo.plane1_offset = ALIGN(size,8192);
476 yuvInfo.yStride = aligned_width;
477 yuvInfo.plane1_stride = aligned_width;
484 yuvInfo.yStride = aligned_width;
485 yuvInfo.plane1_stride = aligned_width;
488 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
490 yuvInfo.plane1_offset = aligned_width * height;
573 yuvPlaneInfo yuvInfo = {0};
574 status = calculate_yuv_offset_and_stride(info, yuvInfo);
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 456 yuvPlaneInfo& yuvInfo)
473 yuvInfo.plane1_offset = ALIGN(size,8192);
474 yuvInfo.yStride = aligned_width;
475 yuvInfo.plane1_stride = aligned_width;
482 yuvInfo.yStride = aligned_width;
483 yuvInfo.plane1_stride = aligned_width;
486 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
488 yuvInfo.plane1_offset = aligned_width * height;
575 yuvPlaneInfo yuvInfo = {0};
576 status = calculate_yuv_offset_and_stride(info, yuvInfo);
    [all...]
  /hardware/qcom/display/msmcobalt/libcopybit/
copybit_c2d.cpp 456 yuvPlaneInfo& yuvInfo)
473 yuvInfo.plane1_offset = ALIGN(size,8192);
474 yuvInfo.yStride = aligned_width;
475 yuvInfo.plane1_stride = aligned_width;
482 yuvInfo.yStride = aligned_width;
483 yuvInfo.plane1_stride = aligned_width;
486 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
488 yuvInfo.plane1_offset = aligned_width * height;
575 yuvPlaneInfo yuvInfo = {0};
576 status = calculate_yuv_offset_and_stride(info, yuvInfo);
    [all...]

Completed in 774 milliseconds