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

12 3 4

  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 22 @ branch prediction (if any) handles conditional forward branches vs.
OP_APUT_WIDE.S 23 @ branch prediction (if any) handles conditional forward branches vs.
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 111 int vs; member in struct:t_ximage_codec
217 int hs, hr, vs, vr; local
253 Scale2Ratio(common->vert_scale, &vr, &vs);
461 newh = vs * tab->this_buffer.y_height / vr;
465 if (tab->hs != hs || tab->hr != hr || tab->vs != vs || tab->vr != vr)
472 neww, newh, SCALE_TO_FIT, hs, hr, vs, vr);
477 ch = vs * common->Height / vr;
  /external/astl/tests/
Android.mk 29 # generate the right make target (host vs device). $(5) is used in the
30 # module's name to have different name for the host vs device
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.cpp 84 status_t MediaRecorderClient::setVideoSource(int vs)
86 LOGV("setVideoSource(%d)", vs);
95 return mRecorder->setVideoSource((video_source)vs);
StagefrightRecorder.cpp 83 status_t StagefrightRecorder::setVideoSource(video_source vs) {
84 LOGV("setVideoSource: %d", vs);
85 if (vs < VIDEO_SOURCE_DEFAULT ||
86 vs >= VIDEO_SOURCE_LIST_END) {
87 LOGE("Invalid video source: %d", vs);
91 if (vs == VIDEO_SOURCE_DEFAULT) {
94 mVideoSource = vs;
    [all...]
StagefrightRecorder.h 38 virtual status_t setVideoSource(video_source vs);
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 165 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs)
167 LOGV("setVideoSource(%d)", vs);
168 if (vs < VIDEO_SOURCE_DEFAULT || vs >= VIDEO_SOURCE_LIST_END) {
173 process_media_recorder_call(env, mr->setVideoSource(vs), "java/lang/RuntimeException", "setVideoSource failed.");
  /frameworks/base/media/libmedia/
IMediaRecorder.cpp 91 status_t setVideoSource(int vs)
93 LOGV("setVideoSource(%d)", vs);
96 data.writeInt32(vs);
330 int vs = data.readInt32(); local
331 reply->writeInt32(setVideoSource(vs));
mediarecorder.cpp 107 status_t MediaRecorder::setVideoSource(int vs)
109 LOGV("setVideoSource(%d)", vs);
130 status_t ret = mMediaRecorder->setVideoSource(vs);
  /external/libvpx/vpx_scale/generic/
vpxscale.c 702 int vs = si->VScale; local
752 switch (vr * 30 / vs)
891 int vs = scale_vars->VScale; local
897 int sh = (scale_vars->expanded_frame_height * vr + vs - 1) / vs;
909 eh = (sh + 2) / 3 * 3 * vs / vr;
911 eh = (sh + 7) / 8 * 8 * vs / vr;
    [all...]
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 544 int vs = si->VScale; local
582 switch (vr * 10 / vs)
693 int vs = scale_vars->VScale; local
699 int sh = (scale_vars->expanded_frame_height * vr + vs - 1) / vs;
711 eh = (sh + 2) / 3 * 3 * vs / vr;
713 eh = (sh + 7) / 8 * 8 * vs / vr;
  /external/bluetooth/bluez/tools/
hciconfig.c 731 uint16_t vs = htobs(strtoul(opt, NULL, 16)); local
732 if (hci_write_voice_setting(s, vs, 2000) < 0) {
738 uint16_t vs; local
740 if (hci_read_voice_setting(s, &vs, 1000) < 0) {
745 vs = htobs(vs);
746 ic = (vs & 0x0300) >> 8;
748 printf("\tVoice setting: 0x%04x%s\n", vs,
749 ((vs & 0x03fc) == 0x0060) ? " (Default Condition)" : "");
751 printf("\tInput Data Format: %s\n", idf[(vs & 0xc0) >> 6])
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 700 #define VEC_MULTIPLY_ALPHA(vs, vd, valpha, mergePermute, v1_16, v8_16) do { \
702 vector unsigned short vtemp1 = vec_mule(vs, valpha); \
704 vector unsigned short vtemp2 = vec_mulo(vs, valpha); \
1008 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
1113 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
1214 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
1309 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
1396 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); local
    [all...]
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardwareBase.cpp 172 struct vt_stat vs; local
173 res = ioctl(fd, VT_GETSTATE, &vs);
249 this->prev_vt_num = vs.v_active;
  /external/gtest/test/
Android.mk 54 # generate the right make target (host vs device). $(4) is used in the
55 # module's name and to have different module names for the host vs
  /frameworks/base/include/media/
mediarecorder.h 170 status_t setVideoSource(int vs);
  /dalvik/vm/mterp/x86/
OP_APUT_OBJECT.S 37 call dvmCanPutArrayElement # test object type vs. array type
  /dalvik/vm/mterp/x86-atom/
OP_APUT_OBJECT.S 58 call dvmCanPutArrayElement # test object type vs. array type
  /external/openssl/crypto/x509/
x509_lu.c 289 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
292 X509_STORE *ctx=vs->ctx;
303 for (i=vs->current_method; i<sk_X509_LOOKUP_num(ctx->get_cert_methods); i++)
309 vs->current_method=j;
318 vs->current_method=0;
  /external/clearsilver/cs/
test_joo.cs 127 Testing ? and == '' - boolean vs. equality? um... boolean is a number,
148 Testing ? and != '' - boolean vs. in-equality? um...
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 80 int hci_read_voice_setting(int dd, uint16_t *vs, int to);
81 int hci_write_voice_setting(int dd, uint16_t vs, int to);
  /external/v8/test/cctest/
test-disasm-arm.cc 149 COMPARE(add(r7, r8, Operand(ip, ASR, 31), SetCC, vs),
233 COMPARE(bic(r0, lr, Operand(r1), LeaveCC, vs),
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 398 const GLfloat vs = (texture.NPOTAdjust ? texture.hScale : 1.0f) / height; local
400 ct = mBufferCrop.top * vs;
402 cb = mBufferCrop.bottom * vs;
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
162 <title>Collation: ICU4C vs. glibc</title>
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
216 <li>For more information on incremental vs. sort key comparison, the importance

Completed in 1883 milliseconds

12 3 4