Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp179 gifIn->Image.Left + gifIn->Image.Width > gifIn->SWidth || in resizeBoxFilter()
200 srcBuffer.resize(gifIn->Image.Width * gifIn->Image.Height); in resizeBoxFilter()
245 prevImageDimens.Width = gifIn->Image.Width; in resizeBoxFilter()
339 rasterBits + j * gifIn->Image.Width, in readImage()
340 gifIn->Image.Width) == GIF_ERROR) { in readImage()
347 if (DGifGetLine(gifIn, rasterBits, gifIn->Image.Width * gifIn->Image.Height) == GIF_ERROR) { in readImage()
380 prevImageDimens.Width, prevImageDimens.Height, TRANSPARENT); in renderImage()
385 for (int x = 0; x < gifIn->Image.Width; x++) { in renderImage()
386 GifByteType colorIndex = *getPixel(rasterBits, gifIn->Image.Width, x, y); in renderImage()
/aosp12/frameworks/base/libs/hwui/jni/
H A DGIFMovie.cpp142 src += imageDesc.Width; in copyInterlaceGroup()
146 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); in copyInterlaceGroup()
154 GifWord copyWidth = frame->ImageDesc.Width; in blitInterlace()
187 GifWord copyWidth = frame->ImageDesc.Width; in blitNormal()
199 src += frame->ImageDesc.Width; in blitNormal()
296 && covered->ImageDesc.Left + covered->ImageDesc.Width <= in checkIfCover()
297 target->ImageDesc.Left + target->ImageDesc.Width in checkIfCover()
324 cur->ImageDesc.Width, cur->ImageDesc.Height, in disposeFrameIfNeeded()
/aosp12/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp145 && covered.Left + covered.Width <= target.Left + target.Width in checkIfCover()
167 copyWidth = imageDesc.Width; in getCopySize()
321 src += frame.ImageDesc.Width; in drawFrame()
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaicTypes.h40 inline int Width() in Width() function
H A DBlend.cpp382 …m_pMosaicYPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevs,(unsigned short)rect.Width(),(unsig… in DoMergeAndBlend()
383 …m_pMosaicUPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsi… in DoMergeAndBlend()
384 …m_pMosaicVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsi… in DoMergeAndBlend()
/aosp12/frameworks/rs/script_api/
H A Drs_allocation_data.spec71 arg: uint32_t width, "Width of the incoming region to update."
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dtinyplanet.cc34 int Width() const { in Width() function in ImageRGBA
/aosp12/packages/apps/Camera2/jni/
H A Dtinyplanet.cc35 int Width() const { in Width() function in ImageRGBA
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h166 Width = HWC2_ATTRIBUTE_WIDTH,
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1037 if (width == mActiveConfig->getAttribute(Attribute::Width) && in getClientTargetSupport()
1147 newConfig->setAttribute(Attribute::Width, in populateConfigs()
1195 config->setAttribute(Attribute::Width, static_cast<int32_t>(width)); in populateConfigs()
1634 auto attributes = {HWC2::Attribute::Width, HWC2::Attribute::Height, in merge()
1669 "%u x %u", mAttributes.at(HWC2::Attribute::Width), in toString()
1870 int32_t width = mActiveConfig->getAttribute(Attribute::Width); in prepareFramebufferTarget()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal253 * @param w Width of the region to update
278 * @param w Width of the region to update
381 * @param w Width of the region to copy
410 * @param w Width of the region to copy
470 * @param width Width of the region to update
495 * @param width Width of the region to update
/aosp12/frameworks/av/media/libstagefright/writer_fuzzers/
H A DREADME.md28 5. Frame Width (parameter name: `width`)
/aosp12/hardware/interfaces/neuralnetworks/1.0/
H A Dtypes.hal141 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
251 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
348 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
434 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
644 * Height, Width, and Channels).
669 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
1021 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
1221 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
1341 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp1191 newConfig->setAttribute(Attribute::Width, in populateConfigs()
1240 config->setAttribute(Attribute::Width, static_cast<int32_t>(width)); in populateConfigs()
1725 auto attributes = {HWC2::Attribute::Width, HWC2::Attribute::Height, in merge()
1762 "%u x %u", mAttributes.at(HWC2::Attribute::Width), in toString()
1941 int32_t width = mActiveConfig->getAttribute(Attribute::Width); in prepareFramebufferTarget()
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A DREADME.md66 1. Frame Width (parameter name: `encWidth`)
/aosp12/hardware/interfaces/neuralnetworks/1.1/
H A Dtypes.hal43 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
185 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width,
/aosp12/frameworks/base/core/proto/android/service/
H A Dprint.proto221 // Width of the media
/aosp12/hardware/interfaces/automotive/sv/1.0/
H A Dtypes.hal223 /** Width in milli-meters of the 2d surround view along the ground plane. */
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h789 Width = HWC2_ATTRIBUTE_WIDTH, enumerator
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp177 TEST_P(Gralloc4TestUint64, Width) { in TEST_P() argument
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.cpp583 case HWC2::Attribute::Width: in BuildLayerStack()
/aosp12/hardware/interfaces/graphics/bufferqueue/2.0/
H A DIGraphicBufferProducer.hal546 * @param width Width of buffers to allocate.
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display.cpp764 case HWC2::Attribute::Width: in BuildLayerStack()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.cpp785 case HWC2::Attribute::Width: in BuildLayerStack()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display.cpp820 case HWC2::Attribute::Width: in BuildLayerStack()

12