Searched refs:Width (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp142 src += imageDesc.Width;
146 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep);
154 GifWord copyWidth = frame->ImageDesc.Width;
187 GifWord copyWidth = frame->ImageDesc.Width;
199 src += frame->ImageDesc.Width;
296 && covered->ImageDesc.Left + covered->ImageDesc.Width <=
297 target->ImageDesc.Left + target->ImageDesc.Width
324 cur->ImageDesc.Width, cur->ImageDesc.Height,
/frameworks/rs/script_api/
H A Drs_allocation_data.spec71 arg: uint32_t width, "Width of the incoming region to update."
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp143 && covered.Left + covered.Width <= target.Left + target.Width
165 copyWidth = imageDesc.Width;
321 src += frame.ImageDesc.Width;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c117 OMX_U32 Width=0, Height=0, MaxXPart, MaxYPart,MaxSubXPart,MaxSubYPart; local
123 Width = 16;
127 Width = 16;
131 Width = 8;
135 Width = 8;
334 MaxXPart = 16/Width;
350 Width = 8;
354 Width = 8;
358 Width = 4;
362 Width
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s109 M_ARG Width, 4
117 M_LDR iWidth, Width
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s139 M_ARG Width, 4
148 M_LDRD iWidth, iHeight, Width
/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h161 Width = HWC2_ATTRIBUTE_WIDTH, member in struct:HWC::final
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1029 if (width == mActiveConfig->getAttribute(Attribute::Width) &&
1139 newConfig->setAttribute(Attribute::Width,
1187 config->setAttribute(Attribute::Width, static_cast<int32_t>(width));
1626 auto attributes = {HWC2::Attribute::Width, HWC2::Attribute::Height,
1661 "%u x %u", mAttributes.at(HWC2::Attribute::Width),
1862 int32_t width = mActiveConfig->getAttribute(Attribute::Width);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp749 .setWidth(getAttribute(configId, Attribute::Width))

Completed in 305 milliseconds