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

12 3 4 5 6 7 8 91011>>

  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 61 int rc = MM_CAMERA_OK; local
68 rc = -1;
73 CDBG_ERROR("%s:mm_app_open() err=%d\n",__func__, rc);
74 rc = -1;
78 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
79 rc = -1;
83 if ( MM_CAMERA_OK != (rc = startPreview(my_cam_app.cam_open))) {
84 CDBG_ERROR("%s: startPreview() err=%d\n", __func__, rc);
92 if ( MM_CAMERA_OK != (rc = stopPreview(my_cam_app.cam_open))) {
93 CDBG("%s: startPreview() err=%d\n", __func__, rc);
124 int rc = MM_CAMERA_OK; local
186 int rc = MM_CAMERA_OK; local
254 int rc = MM_CAMERA_OK; local
322 int rc = MM_CAMERA_OK; local
386 int rc = MM_CAMERA_OK; local
416 int rc = MM_CAMERA_OK; local
458 int rc = MM_CAMERA_OK; local
508 int rc = MM_CAMERA_OK; local
570 int rc = MM_CAMERA_OK; local
641 int rc = MM_CAMERA_OK; local
735 int rc = MM_CAMERA_OK; local
    [all...]
  /external/llvm/utils/release/
export.sh 21 rc=""
28 echo " -rc <num> The release candidate number"
34 tag_dir="tags/RELEASE_$release_no_dot/$rc"
36 if [ "$rc" = "final" ]; then
37 rc=""
44 $proj-$release$rc.src
47 tar cfJ $proj-$release$rc.src.tar.xz $proj-$release$rc.src
57 -rc | --rc )
    [all...]
  /bionic/libc/bionic/
sched_getaffinity.cpp 36 int rc = __sched_getaffinity(pid, set_size, set); local
37 if (rc == -1) {
43 memset(reinterpret_cast<char*>(set) + rc, 0, set_size - rc);
  /external/curl/tests/server/
testpart.c 34 int rc; local
42 rc = getpart(&part, &partlen, argv[1], argv[2], stdin);
43 if(rc)
44 return(rc);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 65 #define INIT_COMBINER(chan, ctx, rc, i) do { \
68 (rc)->ctx = ctx; \
69 (rc)->unit = i; \
70 (rc)->alpha = __INIT_COMBINER_ALPHA_##chan; \
71 (rc)->premodulate = c->_NumArgs##chan == 4; \
72 (rc)->mode = c->Mode##chan; \
73 (rc)->source = c->Source##chan; \
74 (rc)->operand = c->Operand##chan; \
75 (rc)->logscale = c->ScaleShift##chan; \
76 (rc)->hw = 0;
    [all...]
  /external/selinux/libselinux/utils/
policyvers.c 8 int rc; local
10 rc = security_policyvers();
11 if (rc < 0) {
16 printf("%d\n", rc);
  /external/toybox/toys/other/
readahead.c 24 int rc; local
28 if (sizeof(long) == 4) rc = syscall(__NR_readahead, fd, 0, 0, INT_MAX);
29 else rc = syscall(__NR_readahead, fd, 0, INT_MAX);
31 if (rc) perror_msg("readahead: %s", name);
  /external/fio/exp/
test-expression-parser.c 32 int rc, bye = 0; local
40 rc = strlen(buffer);
41 if (rc > 0 && buffer[rc - 1] == '\n')
42 buffer[rc - 1] = '\0';
43 rc = evaluate_arithmetic_expression(buffer, &result, &dresult, 1.0, 0);
44 if (!rc) {
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 53 int rc = 0; local
61 rc = pthread_cond_timedwait(&app_cond_v, &app_mutex,&tw);
65 return rc;
70 int rc = 0; local
77 return rc;
120 int rc = MM_CAMERA_OK; local
140 rc = ioctl(main_ion_fd, ION_IOC_ALLOC, &alloc);
141 if (rc < 0) {
142 LOGE("ION allocation failed %s with rc = %d \n",strerror(errno), rc);
185 int rc = 0; local
345 int i, rc = MM_CAMERA_OK; local
367 int i, rc; local
503 int32_t rc = 0; local
614 int rc = MM_CAMERA_OK; local
628 int rc = MM_CAMERA_OK; local
647 int32_t rc = MM_CAMERA_OK; local
733 int rc = MM_CAMERA_OK; local
849 int rc = MM_CAMERA_OK; local
866 int rc = MM_CAMERA_OK; local
881 int rc = MM_CAMERA_OK; local
908 int rc = MM_CAMERA_OK; local
936 int rc = MM_CAMERA_OK; local
963 int rc = MM_CAMERA_OK; local
990 int rc = MM_CAMERA_OK; local
1017 int rc = MM_CAMERA_OK; local
1045 int rc = MM_CAMERA_OK; local
1072 int rc = MM_CAMERA_OK; local
1101 int rc = MM_CAMERA_OK; local
1140 int rc = MM_CAMERA_OK; local
1169 int rc = MM_CAMERA_OK; local
1198 int rc = MM_CAMERA_OK; local
1227 int rc = MM_CAMERA_OK; local
1256 int rc = MM_CAMERA_OK; local
1285 int rc = MM_CAMERA_OK; local
1314 int rc = MM_CAMERA_OK; local
1343 int rc = MM_CAMERA_OK; local
1373 int rc = MM_CAMERA_OK; local
1406 int rc = MM_CAMERA_OK; local
1435 int rc = MM_CAMERA_OK; local
1466 int rc = MM_CAMERA_OK; local
1495 int rc = MM_CAMERA_OK; local
1524 int rc = MM_CAMERA_OK; local
1570 int rc = 0; local
1649 int rc = MM_CAMERA_OK; local
1711 int rc = MM_CAMERA_OK; local
1754 int rc = MM_CAMERA_OK; local
1807 int rc = MM_CAMERA_OK; local
1840 int rc = MM_CAMERA_OK; local
1868 int rc = MM_CAMERA_OK; local
2248 int rc = 0; local
2264 int rc = MM_CAMERA_OK; local
2305 int rc = MM_CAMERA_OK; local
2321 int rc = MM_CAMERA_OK; local
2357 int rc = MM_CAMERA_OK; local
    [all...]
  /external/curl/src/
tool_cb_rea.c 39 ssize_t rc; local
42 rc = read(in->fd, buffer, sz*nmemb);
43 if(rc < 0) {
50 rc = 0;
53 return (size_t)rc;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 166 const RATE_CONTROL *rc = &cpi->rc; local
167 const int min_frame_target = MAX(rc->min_frame_bandwidth,
168 rc->av_per_frame_bandwidth >> 5);
171 if (cpi->refresh_golden_frame && rc->is_src_frame_alt_ref) {
179 if (target > rc->max_frame_bandwidth)
180 target = rc->max_frame_bandwidth;
185 const RATE_CONTROL *rc = &cpi->rc; local
188 const int max_rate = rc->av_per_frame_bandwidth
221 RATE_CONTROL *const rc = &cpi->rc; local
241 RATE_CONTROL *const rc = &cpi->rc; local
417 const RATE_CONTROL *const rc = &cpi->rc; local
446 const RATE_CONTROL *rc = &cpi->rc; local
495 const RATE_CONTROL *const rc = &cpi->rc; local
605 const RATE_CONTROL *const rc = &cpi->rc; local
788 const RATE_CONTROL *const rc = &cpi->rc; local
1027 RATE_CONTROL *const rc = &cpi->rc; local
1050 RATE_CONTROL *const rc = &cpi->rc; local
1075 RATE_CONTROL *const rc = &cpi->rc; local
1176 const RATE_CONTROL *const rc = &cpi->rc; local
1193 const RATE_CONTROL *rc = &cpi->rc; local
1200 RATE_CONTROL *const rc = &cpi->rc; local
1235 const RATE_CONTROL *rc = &cpi->rc; local
1264 const RATE_CONTROL *rc = &cpi->rc; local
1284 RATE_CONTROL *const rc = &cpi->rc; local
1308 RATE_CONTROL *const rc = &cpi->rc; local
    [all...]
  /system/core/fs_mgr/
fs_mgr_format.c 37 int fd, rc = 0; local
55 rc = make_ext4fs_internal(fd, NULL, NULL, fs_mnt_point, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL);
56 if (rc) {
57 ERROR("make_ext4fs returned %d.\n", rc);
61 return rc;
68 int rc = 0; local
84 pid_t p = waitpid(pid, &rc, 0);
87 rc = -1;
90 if (WIFEXITED(rc)) {
91 rc = WEXITSTATUS(rc)
106 int rc = -EINVAL; local
    [all...]
  /external/rmi4utils/rmi4update/
rmi4update.cpp 92 int rc; local
95 rc = FindUpdateFunctions();
96 if (rc != UPDATE_SUCCESS)
97 return rc;
99 rc = m_device.QueryBasicProperties();
100 if (rc < 0)
107 rc = UPDATE_FAIL_FIRMWARE_IMAGE_IS_OLDER;
108 return rc;
115 rc = DisableNonessentialInterupts();
116 if (rc != UPDATE_SUCCESS
218 int rc; local
244 int rc; local
327 int rc; local
354 int rc; local
370 int rc; local
426 int rc; local
482 int rc = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 27 void updateRateControl(rateControl *rc, VideoEncData *video);
28 void updateRC_PostProc(rateControl *rc, VideoEncData *video);
31 ************** RC APIs to core encoding modules *******************
34 PV_STATUS RC_Cleanup(rateControl *rc[],Int numLayers);
35 PV_STATUS RC_VopQPSetting(VideoEncData *video,rateControl *rc[]);
36 PV_STATUS RC_VopUpdateStat(VideoEncData *video,rateControl *rc[]);
54 rateControl **rc = video->rc; local
65 rc[n]->fine_frame_skip = encParams->FineFrameSkip_Enabled;
66 rc[n]->no_frame_skip = encParams->NoFrameSkip_Enabled
192 rateControl *rc = video->rc[currLayer]; local
385 rateControl *rc = video->rc[currLayer]; local
420 rateControl **rc = video->rc; local
534 rateControl *rc = video->rc[video->currLayer]; local
704 rateControl *rc = video->rc[video->currLayer]; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 109 int32_t rc = -1; local
114 return rc;
122 return rc;
124 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
126 return rc;
147 int32_t rc = -1; local
151 return rc;
159 return rc;
162 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
164 return rc;
181 int32_t rc = -1; local
215 int32_t rc = -1; local
249 int32_t rc = -1; local
293 int32_t rc = -1; local
329 int32_t rc = 0; local
    [all...]
  /system/core/trusty/libtrusty/
trusty.c 33 int rc; local
37 rc = -errno;
40 return rc < 0 ? rc : -1;
43 rc = ioctl(fd, TIPC_IOC_CONNECT, srv_name);
44 if (rc < 0) {
45 rc = -errno;
49 return rc < 0 ? rc : -1;
  /prebuilts/go/darwin-x86/src/
all.rc 1 #!/bin/rc -e
8 if(! test -f make.rc){
9 echo 'all.rc must be run from $GOROOT/src' >[1=2]
13 . ./make.rc --no-banner
15 ./run.rc --no-rebuild
  /prebuilts/go/linux-x86/src/
all.rc 1 #!/bin/rc -e
8 if(! test -f make.rc){
9 echo 'all.rc must be run from $GOROOT/src' >[1=2]
13 . ./make.rc --no-banner
15 ./run.rc --no-rebuild
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 201 const RATE_CONTROL *rc = &cpi->rc; local
203 const int min_frame_target = VPXMAX(rc->min_frame_bandwidth,
204 rc->avg_frame_bandwidth >> 5);
207 if (cpi->refresh_golden_frame && rc->is_src_frame_alt_ref) {
215 if (target > rc->max_frame_bandwidth)
216 target = rc->max_frame_bandwidth;
218 const int max_rate = rc->avg_frame_bandwidth *
226 const RATE_CONTROL *rc = &cpi->rc; local
263 RATE_CONTROL *const rc = &cpi->rc; local
372 RATE_CONTROL *const rc = &cpi->rc; local
409 const RATE_CONTROL *const rc = &cpi->rc; local
431 RATE_CONTROL *const rc = &cpi->rc; local
611 const RATE_CONTROL *const rc = &cpi->rc; local
639 const RATE_CONTROL *rc = &cpi->rc; local
693 const RATE_CONTROL *const rc = &cpi->rc; local
825 const RATE_CONTROL *const rc = &cpi->rc; local
993 const RATE_CONTROL *const rc = &cpi->rc; local
1223 RATE_CONTROL *const rc = &cpi->rc; local
1240 RATE_CONTROL *const rc = &cpi->rc; local
1251 RATE_CONTROL *const rc = &cpi->rc; local
1280 RATE_CONTROL *const rc = &cpi->rc; local
1402 const RATE_CONTROL *const rc = &cpi->rc; local
1419 const RATE_CONTROL *rc = &cpi->rc; local
1426 RATE_CONTROL *const rc = &cpi->rc; local
1466 const RATE_CONTROL *rc = &cpi->rc; local
1514 const RATE_CONTROL *rc = &cpi->rc; local
1558 RATE_CONTROL *const rc = &cpi->rc; local
1620 RATE_CONTROL *const rc = &cpi->rc; local
1746 RATE_CONTROL *const rc = &cpi->rc; local
1774 RATE_CONTROL *const rc = &cpi->rc; local
1816 RATE_CONTROL *const rc = &cpi->rc; local
1834 RATE_CONTROL *const rc = &cpi->rc; local
1956 RATE_CONTROL *const rc = &cpi->rc; local
2010 RATE_CONTROL *const rc = &cpi->rc; local
    [all...]
  /external/curl/tests/unit/
unit1308.c 44 int rc; variable
50 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name",
53 fail_unless(rc == 0, "curl_formadd returned error");
59 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode",
63 fail_unless(rc == 0, "curl_formadd returned error");
65 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent",
68 fail_unless(rc == 0, "curl_formadd returned error");
70 rc = curl_formget(post, &total_size, print_httppost_callback);
72 fail_unless(rc == 0, "curl_formget returned error");
81 rc = curl_formadd(&post, &last
    [all...]
unit1302.c 50 CURLcode rc; variable
52 rc = Curl_base64_encode(data, "i", 1, &output, &size);
53 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK");
58 rc = Curl_base64_encode(data, "ii", 2, &output, &size);
59 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK");
64 rc = Curl_base64_encode(data, "iii", 3, &output, &size);
65 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK");
70 rc = Curl_base64_encode(data, "iiii", 4, &output, &size);
71 fail_unless(rc == CURLE_OK, "return code should be CURLE_OK");
76 rc = Curl_base64_encode(data, "\xff\x01\xfe\x02", 4, &output, &size)
    [all...]
  /system/core/logd/
libaudit.c 41 int rc; local
49 rc = audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, MSG_PEEK);
50 if (rc < 0) {
51 return rc;
56 rc = ((struct nlmsgerr *)rep.data)->error;
57 if (rc) {
58 return -rc;
85 int rc; local
136 rc = TEMP_FAILURE_RETRY(sendto(fd, &req, req.nlh.nlmsg_len, 0,
140 if (rc < 0)
167 int rc; local
213 int rc = 0; local
269 int rc = close(fd); local
    [all...]
  /build/target/product/
core_64_bit.mk 26 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc
  /external/clang/test/SemaCXX/
PR5086-ambig-resolution-enum.cpp 11 void foo(const C& rc) {
13 const char *p = rc.fun1(BUFLEN - 2, C::e1);
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 

Completed in 1308 milliseconds

12 3 4 5 6 7 8 91011>>