HomeSort by relevance Sort by last modified time
    Searched full:twidth (Results 1 - 21 of 21) sorted by null

  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 45 int tWidth[NR];
104 if(tWidth[LR]>180)
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
280 tWidth[HR] = width;
282 tWidth[LR] = int(width / H2L_FACTOR);
287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
377 tWidth[LR], tHeight[LR])
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 2424 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2446 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2468 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2489 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2509 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2535 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2561 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2587 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2609 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
    [all...]
  /external/libyuv/files/source/
row_common.cc 2442 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2464 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2486 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2507 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2527 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2553 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2579 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2605 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
2627 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 294 int twidth = bounds.width(); local
295 twidth += (twidth/4);
296 if (twidth > width) {
297 size = (size*width)/twidth;
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 122 #define S_SCALE twidth
133 const GLfloat twidth = (GLfloat) texImg->Width; \
180 #define S_SCALE twidth
191 const GLfloat twidth = (GLfloat) texImg->Width; \
536 #define S_SCALE twidth
548 const GLfloat twidth = (GLfloat) texImg->Width; \
    [all...]
  /external/gemmlowp/internal/
kernel.h 127 template <int tWidth, int tDepth, CellOrder tOrder = CellOrder::DepthMajor>
129 static const int kWidth = tWidth;
  /external/libdrm/tests/modeprint/
modeprint.c 233 printf("\twidth : %i\n", crtc->width);
245 printf("\twidth : %i\n", fb->width);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 66 "\t\twidth=.25, height=.25, color=\"black\", fillcolor=\"white\", style=\"filled, solid, bold\"];",
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 64 "\t\twidth=.25, height=.25, color=\"black\", fillcolor=\"white\", style=\"filled, solid, bold\"];",
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 66 "\t\twidth=.25, height=.25, color=\"black\", fillcolor=\"white\", style=\"filled, solid, bold\"];",
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DOTTreeGenerator.java 61 "\t\twidth=.25, height=.25, color=\"black\", fillcolor=\"white\", style=\"filled, solid, bold\"];\n" +
  /external/libcups/cups/
ppd-cache.c 3217 char twidth[256], \/* Width string *\/ local
3257 char twidth[256], \/* Width string *\/ local
3297 twidth[256], \/* Width string *\/ local
    [all...]
  /external/iproute2/misc/
lnstat.c 80 fprintf(stderr, "\t-w --width n,n,n,...\tWidth for each field\n");
  /external/ltp/testcases/misc/math/atof/
atof01.c 342 fprintf(temp, "\tWidth too small.\n");
  /external/libvncserver/test/
tjbench.c 385 printf("Format\tOrder\tSubsamp\tWidth Height\tPerf \tRatio\tPerf\n\n");
634 printf("Format\tOrder\tSubsamp\tQual\tWidth Height\tPerf \tRatio\tPerf\n\n");
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 380 "\twidth=.25, height=.25, color=\"black\", fillcolor=\"white\", style=\"filled, solid, bold\"];\n\n"
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 526 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
663 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 529 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
666 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
    [all...]
  /hardware/intel/common/libva/va/
va_trace.c 325 va_TraceMsg(trace_ctx, "\twidth = %d\n", trace_ctx->trace_frame_width);
539 va_TraceMsg(trace_ctx, "\twidth = %d\n", width);
592 va_TraceMsg(trace_ctx, "\twidth = %d\n", picture_width);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtilImpl.inl     [all...]
  /external/gemmlowp/standalone/
neon-gemm-kernel-benchmark.cc 192 template <int tWidth, int tDepth, CellOrder tOrder>
194 static const int kWidth = tWidth;
    [all...]

Completed in 858 milliseconds