HomeSort by relevance Sort by last modified time
    Searched defs:dstHeight (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_pkm.cpp 94 const int dstHeight = sampler.scaledHeight();
97 for (int y = 0; y < dstHeight; ++y) {
SkImageDecoder_astc.cpp 168 const int dstHeight = sampler.scaledHeight();
171 for (int y = 0; y < dstHeight; ++y) {
SkImageDecoder_libbmp.cpp 153 const int dstHeight = sampler.scaledHeight();
157 for (int y = 0; y < dstHeight; y++) {
SkImageDecoder_ktx.cpp 154 const int dstHeight = sampler.scaledHeight();
157 for (int y = 0; y < dstHeight; ++y) {
183 const int dstHeight = sampler.scaledHeight();
186 for (int y = 0; y < dstHeight; ++y) {
202 const int dstHeight = sampler.scaledHeight();
205 for (int y = 0; y < dstHeight; ++y) {
232 const int dstHeight = sampler.scaledHeight();
235 for (int y = 0; y < dstHeight; ++y) {
  /external/skia/src/images/
SkImageDecoder_pkm.cpp 92 const int dstHeight = sampler.scaledHeight();
95 for (int y = 0; y < dstHeight; ++y) {
SkImageDecoder_ktx.cpp 126 const int dstHeight = sampler.scaledHeight();
129 for (int y = 0; y < dstHeight; ++y) {
145 const int dstHeight = sampler.scaledHeight();
148 for (int y = 0; y < dstHeight; ++y) {
175 const int dstHeight = sampler.scaledHeight();
178 for (int y = 0; y < dstHeight; ++y) {
SkImageDecoder_libbmp.cpp 153 const int dstHeight = sampler.scaledHeight();
157 for (int y = 0; y < dstHeight; y++) {
  /hardware/ti/omap4-aah/libI420colorconvert/
ColorConvert.cpp 34 int dstHeight = srcRect.bottom - srcRect.top + 1;
35 size_t dst_y_size = dstWidth * dstHeight;
37 size_t dst_uv_size = dstWidth / 2 * dstHeight / 2;
42 for (int y = 0; y < dstHeight; ++y) {
49 for (int y = 0; y < (dstHeight + 1) / 2; ++y) {
67 int dstWidth, int dstHeight, ARect dstRect,
78 uint8_t* pDst_uv = (uint8_t*)dstBits + dstWidth * dstHeight;
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 34 int dstHeight = srcRect.bottom - srcRect.top + 1;
35 size_t dst_y_size = dstWidth * dstHeight;
37 size_t dst_uv_size = dstWidth / 2 * dstHeight / 2;
42 for (int y = 0; y < dstHeight; ++y) {
49 for (int y = 0; y < (dstHeight + 1) / 2; ++y) {
67 int dstWidth, int dstHeight, ARect dstRect,
78 uint8_t* pDst_uv = (uint8_t*)dstBits + dstWidth * dstHeight;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gen_mipmap.c 223 uint dstWidth, dstHeight, dstDepth;
227 dstHeight = pt->array_size;
230 dstHeight = u_minify(pt->height0, dstLevel);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 223 uint dstWidth, dstHeight, dstDepth;
227 dstHeight = pt->array_size;
230 dstHeight = u_minify(pt->height0, dstLevel);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 235 size_t dstHeight = outputBufferHeight();
244 dst = dstStart + dstYStride * dstHeight;
251 dst = dstStart + (5 * dstYStride * dstHeight) / 4;
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 74 uint32_t dstHeight;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 231 float dstHeight = drawRect.bottom - drawRect.top + 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 118 const GLint dstHeight = ABS(dstY1 - dstY0);
258 dstWidth, dstHeight,
280 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
498 const GLint dstHeight = ABS(dstY1 - dstY0);
499 const GLfloat dstHeightF = (GLfloat) dstHeight;
607 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
  /external/mesa3d/src/mesa/swrast/
s_blit.c 118 const GLint dstHeight = ABS(dstY1 - dstY0);
258 dstWidth, dstHeight,
280 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
498 const GLint dstHeight = ABS(dstY1 - dstY0);
499 const GLfloat dstHeightF = (GLfloat) dstHeight;
607 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java 82 int dstHeight = image.getHeight();
89 int yStop = dstHeight - right;
103 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 202 int dstHeight = c.getHeight();
205 new Rect(10, 10, dstWidth - 10, dstHeight - 10), null);
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 786 int dstHeight = dst->fBounds.height();
792 SkAutoTMalloc<uint8_t> verticalScanline(dstHeight);
795 ComputeBlurredScanline(verticalScanline, profile, dstHeight, sigma);
797 for (int y = 0 ; y < dstHeight ; ++y) {
825 for (int y = pad ; y < dstHeight-pad ; y++) {
830 for (int y = pad ; y < dstHeight-pad ; y++) {
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 786 int dstHeight = dst->fBounds.height();
792 SkAutoTMalloc<uint8_t> verticalScanline(dstHeight);
795 ComputeBlurredScanline(verticalScanline, profile, dstHeight, sigma);
797 for (int y = 0 ; y < dstHeight ; ++y) {
825 for (int y = pad ; y < dstHeight-pad ; y++) {
830 for (int y = pad ; y < dstHeight-pad ; y++) {
    [all...]
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnOverlayPlane.cpp 405 uint32_t dstHeight = h;
420 dstWidth, dstHeight,
433 if (srcWidth == dstWidth && srcHeight == dstHeight) {
438 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 358 final int dstHeight = (int) (sBallDiameter * mMetersToPixelsY + 0.5f);
359 mBitmap = Bitmap.createScaledBitmap(ball, dstWidth, dstHeight, true);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mipmap.c     [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c     [all...]
  /hardware/intel/img/hwcomposer/ips/common/
OverlayPlaneBase.cpp 1009 uint32_t dstHeight = h;
1013 dstWidth, dstHeight);
1016 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1021 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);
    [all...]

Completed in 1976 milliseconds

1 2 3