HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 176 - 200 of 1243) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/display/msm8960/libqdutils/
mdp_version.cpp 58 mdp_version = atoi(str_ver);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
rndo-add.c 51 prec = atoi (argv[1]);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 69 int port = atoi(addr);
  /system/core/libsparse/
img2simg.c 61 block_size = atoi(argv[3]);
  /system/core/toolbox/
rotatefb.c 41 rotation = atoi(argv[optind]);
  /system/extras/tests/framebuffer/
fb_test.c 264 bpp = atoi(argv[1]);
267 id = !!atoi(argv[4]);
272 w = atoi(argv[2]);
273 h = atoi(argv[3]);
  /system/extras/tests/storage/
opentest.c 43 nfiles = atoi(argv[2]);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 172 cycleCounter = atoi(cmd + 1);
263 rotation = atoi(cmd + 1);
290 width = atoi(res);
292 height = atoi(res);
436 camera_index=atoi(cmd+1);
518 width = atoi(res);
520 height = atoi(res);
532 thumbQuality = atoi(cmd + 1);
551 jpegQuality = atoi(cmd + 1);
568 ippIDX_old = atoi(cmd + 1)
    [all...]
  /system/netd/server/
DnsProxyListener.cpp 190 int ai_flags = atoi(argv[3]);
191 int ai_family = atoi(argv[4]);
192 int ai_socktype = atoi(argv[5]);
193 int ai_protocol = atoi(argv[6]);
257 int af = atoi(argv[3]);
362 int addrLen = atoi(argv[2]);
363 int addrFamily = atoi(argv[3]);
  /system/core/debuggerd/
debuggerd.cpp 113 *out_pid = atoi(line + 6);
116 *out_uid = atoi(line + 5);
119 *out_gid = atoi(line + 5);
200 int debug_uid = atoi(value);
444 tid = atoi(argv[i]);
  /system/extras/latencytop/
latencytop.c 85 delay = atoi(argv[++i]);
93 iterations = atoi(argv[++i]);
105 pid = atoi(argv[++i]);
113 tid = atoi(argv[++i]);
221 tid = atoi(ent->d_name);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 558 inputwidth=atoi(argv[3]);
559 inputheight=atoi(argv[4]);
560 inputcolor=atoi(argv[5]);
561 Isoverlay =atoi(argv[6]);
562 outputwidth=atoi(argv[7]);
563 outputheight=atoi(argv[8]);
564 yuvoutputcolor= atoi(argv[9]);
565 rgboutputcolor = atoi(argv[10]);
566 nTypeofAllocation = atoi(argv[11]);
567 feature=atoi(argv[12]) & (0x00FF); /*Use only lower byte*
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 626 switch (atoi(argv[4]))
734 if ( atoi(argv[4])== 5)
841 audioinfo.dasfMode = atoi(argv[5]);
859 numofinbuff = atoi(argv[10]);
860 numofoutbuff = atoi(argv[11]);
911 OutputBufferSize = CalculateOutputBufferSize(atoi(argv[6]),atoi(argv[7]),FramesPerOutBuf); /*Sample frec, Bit rate , frames*/
984 ObjectType = atoi(argv[8]);
1021 if((atoi(argv[8]) == ObjectTypeHE) || (atoi(argv[8]) == ObjectTypeHE2))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 244 rateBPS = atoi(argv[i + 1]);
257 framesize = atoi(argv[i + 1]);
275 payloadSize = atoi(argv[i + 1]);
282 payloadRate = atoi(argv[i + 1]);
289 testNum = atoi(argv[i + 1]);
302 packetLossPercent = atoi( argv[i+1] );
347 nbTest = atoi(argv[i + 1]);
353 testCE = atoi(argv[i + 1]);
373 bottleneck = atoi(argv[CodingMode+1]);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 202 rateTransCoding = atoi(argv[i]);
217 sampFreqKHz = atoi(argv[i]);
229 rateBPS = atoi(argv[i + 1]);
242 framesize = atoi(argv[i + 1]);
263 payloadSize = atoi(argv[i + 1]);
270 payloadRate = atoi(argv[i + 1]);
278 testNum = atoi(argv[i + 1]);
293 packetLossPercent = atoi( argv[i+1] );
347 bottleneck = atoi(argv[i]);
387 // testCE = atoi(argv[i + 1])
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 254 rateBPS = atoi(argv[i + 1]);
267 framesize = atoi(argv[i + 1]);
285 payloadSize = atoi(argv[i + 1]);
292 payloadRate = atoi(argv[i + 1]);
299 testNum = atoi(argv[i + 1]);
312 packetLossPercent = atoi( argv[i+1] );
357 nbTest = atoi(argv[i + 1]);
363 testCE = atoi(argv[i + 1]);
383 bottleneck = atoi(argv[CodingMode+1]);
  /frameworks/base/tools/aapt/
AaptConfig.cpp 289 int d = atoi(val);
320 out->mnc = atoi(val);
542 // use atoi.
546 int d = atoi(name);
681 uint16_t w = (uint16_t)atoi(xName.string());
682 uint16_t h = (uint16_t)atoi(yName.string());
713 out->smallestScreenWidthDp = (uint16_t)atoi(xName.string());
735 out->screenWidthDp = (uint16_t)atoi(xName.string());
757 out->screenHeightDp = (uint16_t)atoi(xName.string());
783 out->sdkVersion = (uint16_t)atoi(sdkName.string())
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 237 rxBufCount = atoi(&arg[2]);
244 txBufCount = atoi(&arg[2]);
251 bufSizeInFrames = atoi(&arg[2]);
258 channels = atoi(&arg[2]);
266 sampleRate = atoi(&arg[2]);
285 exitAfterSeconds = atoi(&arg[2]);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 280 cycleCounter = atoi(cmd + 1);
364 rotation = atoi(cmd + 1);
373 previewRotation = atoi(cmd + 1);
428 widthC = atoi(resC);
430 heightC = atoi(resC);
577 camera_index=atoi(cmd+1);
694 thumbQuality = atoi(cmd + 1);
713 jpegQuality = atoi(cmd + 1);
730 ippIDX_old = atoi(cmd + 1);
731 params.set(KEY_IPP, atoi(cmd + 1))
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 506 numInputBuffers = atoi(argv[8]);
507 inputBufferSize = atoi(argv[9]);
508 numOutputBuffers = atoi(argv[10]);
509 outputBufferSize = atoi(argv[11]);
510 fParam1 = atoi(argv[12]);
589 int command = atoi(argv[5]);
662 fsizemode = atoi(argv[12]);
663 dasfmode = atoi(argv[6]);
    [all...]
  /bionic/libstdc++/include/
cstdlib 62 using ::atoi;
  /device/generic/goldfish/libqemu/
test_guest_2.c 116 localPort = atoi(tcpPort);
127 int size = atoi(packetSize);
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.cpp 67 int isHAL3Enabled = atoi(prop);
349 return gQCamera2Factory->cameraDeviceOpen(atoi(id), hw_device);
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.cpp 81 MIN_ = atoi(options[MIN_OPTION_].value);
84 MAX_ = atoi(options[MAX_OPTION_].value);

Completed in 364 milliseconds

1 2 3 4 5 6 78 91011>>