/aosp_15_r20/device/generic/goldfish/camera/ |
D | jpeg.cpp | 90 const size_t alignedWidth, uint8_t* const alignedMemory) { in compressYUVImplPixelsSlow() 211 const size_t alignedWidth = in compressYUVImpl() local
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/android/ |
H A D | GrallocEmulated.cpp | 356 const uint32_t alignedWidth = Align(mWidth, formatInfo.horizontalAlignmentPixels); in lockPlanes() local 456 const uint32_t alignedWidth = Align(width, formatInfo.horizontalAlignmentPixels); in allocate() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/ |
H A D | codechal_encode_csc_ds_g11.cpp | 60 …uint32_t alignedWidth = MOS_ALIGN_CEIL(CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_encoder->m_oriFrameWidt… in AllocateSurfaceCsc() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/ |
H A D | codechal_encode_csc_ds_g12.cpp | 63 …uint32_t alignedWidth = MOS_ALIGN_CEIL(CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_encoder->m_oriFrameWidt… in AllocateSurfaceCsc() local
|
H A D | codechal_vdenc_hevc_g12.cpp | 1464 uint32_t alignedWidth, alignedHeight; in AllocateEncResources() local
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkFormatUtils.cpp | 152 const uint32_t alignedWidth = alignToPower2(width, formatInfo->horizontalAlignmentPixels); in getFormatTransferInfo() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/ |
H A D | encode_hevc_vdenc_scc.cpp | 118 uint32_t alignedWidth, alignedHeight; in AllocateEncResources() local
|
/aosp_15_r20/external/eigen/demos/mandelbrot/ |
H A D | mandelbrot.cpp | 38 const int alignedWidth = (img_width/packetSize)*packetSize; in render() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/ddi/ |
H A D | media_libva_common_next.cpp | 174 uint32_t alignedWidth, alignedHeight; in ReplaceSurfaceWithVariant() local
|
H A D | media_libva_util_next.h | 201 int32_t alignedWidth; member
|
/aosp_15_r20/cts/tests/videocodec/src/android/videocodec/cts/ |
H A D | VideoEncoderRoiTest.java | 199 int alignedWidth = in enqueueInput() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 330 uint32_t alignedWidth = s_texAlign(width, unpackAlignment); in s_texImageSize() local
|
D | TextureUtils.cpp | 1176 uint32_t alignedWidth = s_texAlign(width, unpackAlignment); in texImageSize() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/ |
H A D | media_libva_util.cpp | 189 int32_t alignedWidth = width; in DdiMediaUtil_AllocateSurface() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/ |
H A D | codechal_debug.cpp | 2700 uint32_t alignedWidth = surface->dwWidth; in DumpRgbDataOnYUVSurface() local
|