OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cap_raw
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_yuv_plus_raw.py
41
cap_raw
, cap_yuv = cam.do_capture(req, cam.CAP_RAW_YUV)
50
img = its.image.convert_capture_to_rgb_image(
cap_raw
, props=props)
test_yuv_plus_raw10.py
41
cap_raw
, cap_yuv = cam.do_capture(req,
51
img = its.image.convert_capture_to_rgb_image(
cap_raw
, props=props)
/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 560 milliseconds