OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cap_raw
(Results
1 - 6
of
6
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_yuv_plus_raw.py
47
cap_raw
, cap_yuv = cam.do_capture(req, out_surfaces)
56
img = its.image.convert_capture_to_rgb_image(
cap_raw
, props=props)
test_yuv_plus_raw10.py
45
cap_raw
, cap_yuv = cam.do_capture(req,
56
img = its.image.convert_capture_to_rgb_image(
cap_raw
, props=props)
test_yuv_plus_raw12.py
45
cap_raw
, cap_yuv = cam.do_capture(req,
56
img = its.image.convert_capture_to_rgb_image(
cap_raw
, props=props)
/cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py
97
cap_raw
= cam.do_capture(req, out_surface)
98
print "Captured %s %dx%d" % ("raw",
cap_raw
["width"],
99
cap_raw
["height"])
100
img_raw = its.image.convert_capture_to_rgb_image(
cap_raw
,
/external/iputils/
arping.c
153
static cap_flag_value_t
cap_raw
= CAP_CLEAR;
variable
167
cap_get_flag(cap_p, CAP_NET_RAW, CAP_PERMITTED, &
cap_raw
);
169
if (
cap_raw
!= CAP_CLEAR) {
210
if (
cap_raw
!= CAP_SET)
ping_common.c
70
static cap_value_t
cap_raw
= CAP_NET_RAW;
variable
103
cap_set_flag(cap_p, CAP_PERMITTED, 1, &
cap_raw
, CAP_SET);
Completed in 137 milliseconds