HomeSort by relevance Sort by last modified time
    Searched refs:xpos (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
104 Int ypos, xpos; local
124 xpos = ind_x << 4 ;
138 xpred = (xpos << 1) + dx ;
151 xpred = xpos + dx;
167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec,
179 xpred = xpos + dx;
240 Int xpos, /* i */
251 xpred = (Int)((xpos << 1) + mot[1].x);
259 xpred = (Int)(((xpos + B_SIZE) << 1) + mot[2].x)
    [all...]
  /external/skia/samplecode/
SampleText.cpp 45 SkScalar xpos = x; local
48 pts[i].set(xpos, y);
49 xpos += paint.getTextSize();
  /external/skqp/samplecode/
SampleText.cpp 45 SkScalar xpos = x; local
48 pts[i].set(xpos, y);
49 xpos += paint.getTextSize();
  /external/python/cpython3/Lib/turtledemo/
sorting_animate.py 59 xpos, _ = b.pos()
60 b.setx(xpos - 34)
64 xpos, _ = b.pos()
65 b.setx(xpos + 34)
  /frameworks/av/cmds/screenrecord/
TextRenderer.h 78 float drawWrappedString(const Program& texRender, float xpos, float ypos,
Overlay.cpp 361 float xpos = 0; local
363 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos,
375 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, header);
387 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, str);
398 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, glStr);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 152 int xpos, ypos, MB_in_width; local
157 xpos = mbnum - ypos * MB_in_width;
158 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4);
159 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3);
mp4dec_lib.h 157 int xpos, /* i */
207 int xpos,
248 int xpos,
  /external/skia/src/core/
SkTextToPathIter.h 30 SkScalar fXPos; // accumulated xpos, returned in next
48 bool next(const SkPath** path, SkScalar* xpos);
  /external/skqp/src/core/
SkTextToPathIter.h 30 SkScalar fXPos; // accumulated xpos, returned in next
48 bool next(const SkPath** path, SkScalar* xpos);
  /art/libartbase/base/
stringpiece.h 162 const size_type xpos = result - ptr_; local
163 return xpos + s.length_ <= length_ ? xpos : npos;
  /build/kati/
string_piece.cc 68 const size_type xpos = result - ptr_; local
69 return xpos + s.length_ <= length_ ? xpos : npos;
  /frameworks/native/include/input/
VelocityTracker.h 215 float xpos, xvel, xaccel; member in struct:android::IntegratingVelocityTrackerStrategy::State
223 void initState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
  /external/toybox/toys/posix/
ls.c 241 unsigned columns, unsigned *xpos)
248 *xpos = ul % columns;
260 *xpos = columns;
269 *xpos = ul % columns;
270 return (*xpos*height) + (ul/columns);
274 *xpos = ul % (columns-1);
276 return (*xpos*height) + widecols + (ul/(columns-1));
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_primary.cpp 126 size_t xpos = line.find(':'); local
129 if (xpos == string::npos || ypos == string::npos) {
132 *curr_x_pixels = static_cast<size_t>(atoi(line.c_str() + xpos + 1));
163 size_t xpos = line.find(':'); local
166 if (xpos == string::npos || ypos == string::npos) {
170 config.x_pixels = UINT32(atoi(line.c_str() + xpos + 1));
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_primary.cpp 126 size_t xpos = line.find(':'); local
129 if (xpos == string::npos || ypos == string::npos) {
132 *curr_x_pixels = static_cast<size_t>(atoi(line.c_str() + xpos + 1));
163 size_t xpos = line.find(':'); local
166 if (xpos == string::npos || ypos == string::npos) {
170 config.x_pixels = UINT32(atoi(line.c_str() + xpos + 1));
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 136 size_t xpos = line.find(':'); local
139 if (xpos == string::npos || ypos == string::npos) {
142 *curr_x_pixels = static_cast<size_t>(atoi(line.c_str() + xpos + 1));
171 size_t xpos = line.find(':'); local
174 if (xpos == string::npos || ypos == string::npos) {
178 config.x_pixels = UINT32(atoi(line.c_str() + xpos + 1));
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_primary.cpp 126 size_t xpos = line.find(':'); local
129 if (xpos == string::npos || ypos == string::npos) {
132 *curr_x_pixels = static_cast<size_t>(atoi(line.c_str() + xpos + 1));
163 size_t xpos = line.find(':'); local
166 if (xpos == string::npos || ypos == string::npos) {
170 config.x_pixels = UINT32(atoi(line.c_str() + xpos + 1));
  /bionic/libc/kernel/uapi/linux/dvb/
video.h 117 __u32 xpos; member in struct:video_highlight
  /external/kernel-headers/original/uapi/linux/dvb/
video.h 177 __u32 xpos; /* 23-22 button color number */ member in struct:video_highlight
  /external/skia/include/utils/
SkLuaCanvas.h 37 virtual void onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[],
  /external/skia/src/gpu/text/
GrTextUtils.h 148 bool next(const SkGlyph** skGlyph, const SkPath** path, SkScalar* xpos);
  /external/skqp/include/utils/
SkLuaCanvas.h 37 virtual void onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[],
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
video.h 174 __u32 xpos; /* 23-22 button color number */ member in struct:video_highlight
  /frameworks/native/libs/input/
VelocityTracker.cpp 800 nsecs_t eventTime, float xpos, float ypos) const {
804 state.xpos = xpos;
813 nsecs_t eventTime, float xpos, float ypos) const {
824 float xvel = (xpos - state.xpos) / dt;
850 state.xpos = xpos;
859 outEstimator->xCoeff[0] = state.xpos;
    [all...]

Completed in 748 milliseconds

12 3 4 5 6 7 8 9