/external/libvpx/libvpx/examples/ |
decode_to_md5.c | 51 const unsigned char *buf = img->planes[plane];
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_blit.c | 102 unsigned planes, unsigned level_mask, 110 if (planes & PIPE_MASK_Z) 112 if (planes & PIPE_MASK_S) 179 unsigned planes = 0; local 186 planes |= PIPE_MASK_Z; 188 planes |= PIPE_MASK_S; 191 (struct si_context *)ctx, texture, staging, planes, 201 unsigned planes, unsigned level_mask, 211 if (planes & PIPE_MASK_S) 213 if (planes & PIPE_MASK_Z [all...] |
/external/mesa3d/src/intel/vulkan/ |
anv_nir_lower_ycbcr_textures.c | 233 &conversion->format->planes[plane]; 367 if (!format->planes[p].has_chroma) 368 y_isl_layout = isl_format_get_layout(format->planes[p].isl_format); 382 /* Go through all the planes and gather the samples into a |ycbcr_comp| 388 const struct anv_format_plane *plane_format = &format->planes[p];
|
genX_state.c | 277 sampler->conversion && sampler->conversion->format->planes[p].has_chroma; 289 isl_format_is_yuv(sampler->conversion->format->planes[0].isl_format)) ?
|
/external/skia/src/image/ |
SkImage_Lazy.cpp | 317 void* planes[]) override { 318 return fGen->getYUVA8Planes(sizeInfo, yuvaIndices, planes); 347 const void* planes[SkYUVASizeInfo::kMaxCount]) { 351 sk_sp<SkCachedData> data = provider.getPlanes(yuvaSizeInfo, yuvaIndices, yuvColorSpace, planes); 365 * 3. Ask the generator to return YUV planes, which the GPU can convert 429 // 3. Ask the generator to return YUV planes, which the GPU can convert. If we will be mipping
|
/external/skqp/src/image/ |
SkImage_Lazy.cpp | 314 void* planes[]) override { 315 return fGen->getYUVA8Planes(sizeInfo, yuvaIndices, planes); 344 const void* planes[SkYUVASizeInfo::kMaxCount]) { 348 sk_sp<SkCachedData> data = provider.getPlanes(yuvaSizeInfo, yuvaIndices, yuvColorSpace, planes); 362 * 3. Ask the generator to return YUV planes, which the GPU can convert 426 // 3. Ask the generator to return YUV planes, which the GPU can convert. If we will be mipping
|
/external/v4l2_codec2/ |
C2VDAAdaptorProxy.cpp | 252 const std::vector<VideoFramePlane>& planes) { 257 ::base::Unretained(this), pictureBufferId, format, handleFd, planes)); 262 const std::vector<VideoFramePlane>& planes) { 274 mojo::ConvertTo<std::vector<::arc::VideoFramePlane>>(planes));
|
/frameworks/av/media/img_utils/include/img_utils/ |
DngUtils.h | 104 uint32_t planes, 130 * numPlanes - Number of planes included in this opcode.
|
/external/autotest/client/cros/graphics/ |
graphics_utils.py | 696 Returns a list of planes information. 702 planes = [] 712 planes.append(Plane(plane_id, possible_crtcs)) 714 return planes 717 return planes [all...] |
/cts/tests/tests/nativehardware/jni/ |
AHardwareBufferGLTest.cpp | 624 ASSERT_EQ(3U, planes_info.planeCount) << "Unexpected number of planes in YUV data: " 626 AHardwareBuffer_Plane* planes = planes_info.planes; local 627 ptrdiff_t y_offset = golden.y * planes[0].rowStride 628 + golden.x * planes[0].pixelStride; 629 ptrdiff_t u_offset = (golden.y / 2) * planes[1].rowStride 630 + (golden.x / 2) * planes[1].pixelStride; 631 ptrdiff_t v_offset = (golden.y / 2) * planes[2].rowStride 632 + (golden.x / 2) * planes[2].pixelStride; 635 *(reinterpret_cast<uint8_t*>(planes[0].data) + y_offset) 791 AHardwareBuffer_Plane* planes = planes_info.planes; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_loopfilter.c | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
EncodeDecodeTest.java | 1213 Image.Plane[] planes = image.getPlanes(); local [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_raw_exposure.py | 107 planes = its.image.convert_capture_to_planes(cap, props) 108 tiles = [its.image.get_image_patch(p, 0.445, 0.445, 0.11, 0.11) for p in planes]
|
/device/generic/goldfish/camera/jpeg-stub/ |
Compressor.cpp | 105 const uint8_t** planes[3] = { y, cb, cr }; local 148 jpeg_write_raw_data(&mCompressInfo, const_cast<JSAMPIMAGE>(planes), 16);
|
/device/google/cuttlefish_common/guest/hals/camera/ |
Compressor.cpp | 105 const uint8_t** planes[3] = { y, cb, cr }; local 148 jpeg_write_raw_data(&mCompressInfo, const_cast<JSAMPIMAGE>(planes), 16);
|
/external/dng_sdk/source/ |
dng_misc_opcodes.h | 58 /// specifying opcodes that only apply to specific color planes or pixel types (e.g., 87 uint32 planes = 1, 93 , fPlanes (planes) 114 /// The total number of planes. 116 const uint32 Planes () const
|
dng_gain_map.cpp | 256 uint32 planes) 261 , fPlanes (planes) 263 , fRowStep (SafeUint32Mult(planes, points.h)) 378 printf ("Planes: %u\n", 560 plane < fAreaSpec.Plane () + fAreaSpec.Planes () && 561 plane < buffer.Planes (); 565 uint32 mapPlane = Min_uint32 (plane, fGainMap->Planes () - 1);
|
/external/drm_hwcomposer/ |
platformhisi.cpp | 211 std::vector<DrmPlane *> *planes) { 213 // Fill up as many DRM planes as we can with buffers that have HW_FB usage. 220 int ret = Emplace(composition, planes, DrmCompositionPlane::Type::kLayer, 223 // We don't have any planes left
|
/external/libaom/libaom/test/ |
av1_ext_tile_test.cc | 157 memcpy(tile_img_.planes[plane] + 160 img->planes[plane] + img->stride[plane] * tr, tile_width);
|
/frameworks/av/media/codec2/components/aom/ |
C2SoftAomDec.cpp | 700 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; 701 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; 704 const uint16_t *srcY = (const uint16_t *)img->planes[AOM_PLANE_Y]; 705 const uint16_t *srcU = (const uint16_t *)img->planes[AOM_PLANE_U]; 706 const uint16_t *srcV = (const uint16_t *)img->planes[AOM_PLANE_V]; 720 const uint8_t *srcY = (const uint8_t *)img->planes[AOM_PLANE_Y]; 721 const uint8_t *srcU = (const uint8_t *)img->planes[AOM_PLANE_U]; 722 const uint8_t *srcV = (const uint8_t *)img->planes[AOM_PLANE_V];
|
/frameworks/av/media/codec2/components/vpx/ |
C2SoftVpxDec.cpp | 812 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; 813 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; 816 const uint16_t *srcY = (const uint16_t *)img->planes[VPX_PLANE_Y]; 817 const uint16_t *srcU = (const uint16_t *)img->planes[VPX_PLANE_U]; 818 const uint16_t *srcV = (const uint16_t *)img->planes[VPX_PLANE_V]; 852 const uint8_t *srcY = (const uint8_t *)img->planes[VPX_PLANE_Y]; 853 const uint8_t *srcU = (const uint8_t *)img->planes[VPX_PLANE_U]; 854 const uint8_t *srcV = (const uint8_t *)img->planes[VPX_PLANE_V]; [all...] |
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 264 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length); 267 frame->planes_buf.planes[i].length); 268 offset += (int)frame->planes_buf.planes[i].length; 324 /* Plane 0 needs to be set seperately. Set other planes 326 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len; 327 app_bufs[i].buf.planes_buf.planes[0].m.userptr = 329 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset; 330 app_bufs[i].buf.planes_buf.planes[0].reserved[0] = 0; 332 app_bufs[i].buf.planes_buf.planes[j].length = frame_offset_info->mp[j].len [all...] |
/external/libaom/libaom/aom_dsp/ |
grain_synthesis.c | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
vktYCbCrUtil.cpp | 71 const deUint32 planeW = size.x() / m_description.planes[planeNdx].widthDivisor; 72 const deUint32 planeH = size.y() / m_description.planes[planeNdx].heightDivisor; 73 const deUint32 planeSize = m_description.planes[planeNdx].elementSizeBytes * planeW * planeH; 99 const deUint32 planeW = m_size.x() / m_description.planes[planeNdx].widthDivisor; 101 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; 119 const deUint32 planeW = m_size.x() / m_description.planes[planeNdx].widthDivisor; 121 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; 238 TCU_THROW(NotSupportedError, "Disjoint planes are not supported for format"); 371 ? imageData.getSize().x() / formatDesc.planes[planeNdx].widthDivisor 374 ? imageData.getSize().y() / formatDesc.planes[planeNdx].heightDiviso [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_screen.c | 582 index = f->planes[i].buffer_index; 618 f->planes[0].cpp, width, height, strides[0], 629 index = f->planes[i].buffer_index; 654 width = parent->region->width >> f->planes[plane].width_shift; 655 height = parent->region->height >> f->planes[plane].height_shift; 656 dri_format = f->planes[plane].dri_format; 657 index = f->planes[plane].buffer_index; [all...] |