Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_InterpolateLuma_s.s137 Height RN 9 label
197 MOV Height, #4
207 MOV Height, #4
216 MOV Height, #4
226 MOV Height, #9
237 MOV Height, #4
246 MOV Height, #9
261 MOV Height, #9
274 MOV Height, #4
284 MOV Height, #9
[all …]
DarmVCM4P10_Interpolate_Chroma_s.s110 M_ARG Height, 4
118 M_LDR iHeight, Height
DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s106 Height RN 3 label
DarmVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s89 Height RN 3 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_MotionEstimationMB.c117 OMX_U32 Width=0, Height=0, MaxXPart, MaxYPart,MaxSubXPart,MaxSubYPart; in armVCM4P10_CalculateBlockSAD() local
124 Height = 16; in armVCM4P10_CalculateBlockSAD()
128 Height = 8; in armVCM4P10_CalculateBlockSAD()
132 Height = 16; in armVCM4P10_CalculateBlockSAD()
136 Height = 8; in armVCM4P10_CalculateBlockSAD()
335 MaxYPart = 16/Height; in armVCM4P10_CalculateBlockSAD()
351 Height = 8; in armVCM4P10_CalculateBlockSAD()
355 Height = 4; in armVCM4P10_CalculateBlockSAD()
359 Height = 8; in armVCM4P10_CalculateBlockSAD()
363 Height = 4; in armVCM4P10_CalculateBlockSAD()
[all …]
/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp146 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); in copyInterlaceGroup()
159 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace()
192 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal()
299 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover()
300 target->ImageDesc.Top + target->ImageDesc.Height) { in checkIfCover()
324 cur->ImageDesc.Width, cur->ImageDesc.Height, in disposeFrameIfNeeded()
/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp145 && covered.Top + covered.Height <= target.Top + target.Height; in checkIfCover()
169 copyHeight = imageDesc.Height; in getCopySize()
/frameworks/rs/script_api/
Drs_allocation_data.spec72 arg: uint32_t height, "Height of the incoming region to update."
/frameworks/base/core/java/android/content/res/
DStringBlock.java230 addParagraphSpan(buffer, new Height(size), in applyStyles()
403 private static class Height implements LineHeightSpan.WithDensity { class in StringBlock
407 public Height(int size) { in Height() method in StringBlock.Height
/frameworks/native/libs/vr/libvrflinger/
Dhwc_types.h162 Height = HWC2_ATTRIBUTE_HEIGHT,
/frameworks/native/libs/hwc2on1adapter/
DHWC2On1Adapter.cpp1030 height == mActiveConfig->getAttribute(Attribute::Height) && in getClientTargetSupport()
1141 newConfig->setAttribute(Attribute::Height, in populateConfigs()
1188 config->setAttribute(Attribute::Height, static_cast<int32_t>(height)); in populateConfigs()
1626 auto attributes = {HWC2::Attribute::Width, HWC2::Attribute::Height, in merge()
1662 mAttributes.at(HWC2::Attribute::Height)); in toString()
1863 int32_t height = mActiveConfig->getAttribute(Attribute::Height); in prepareFramebufferTarget()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DarmVCM4P10_Interpolate_Chroma_s.s140 M_ARG Height, 4
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp750 .setHeight(getAttribute(configId, Attribute::Height)) in loadConfig()
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh98 * height: Height of the incoming region to update.