OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctrl_id
(Results
1 - 5
of
5
) sorted by null
/system/bt/stack/hid/
hid_conn.h
55
UINT8
ctrl_id
;
member in struct:hid_conn
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
146
* header file. In particular, the
ctrl_id
parameter is guaranteed to exist
151
* \param[in]
ctrl_id
Algorithm specific control identifier
168
* mapping. This implies that
ctrl_id
values chosen by the algorithm
172
int
ctrl_id
;
member in struct:vpx_codec_ctrl_fn_map
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h
146
* header file. In particular, the
ctrl_id
parameter is guaranteed to exist
151
* \param[in]
ctrl_id
Algorithm specific control identifier
158
int
ctrl_id
,
169
* mapping. This implies that
ctrl_id
values chosen by the algorithm
173
int
ctrl_id
;
member in struct:vpx_codec_ctrl_fn_map
/external/opencv3/modules/videoio/src/
cap_libv4l.cpp
301
__u32
ctrl_id
;
member in struct:v4l2_ctrl_range
522
/* icvSetPropertyCAM_V4L(capture, capture->v4l2_ctrl_ranges[i]->
ctrl_id
, value); */
533
range->
ctrl_id
= ctrl->id;
547
if (id == capture->v4l2_ctrl_ranges[i]->
ctrl_id
) {
557
if (id == capture->v4l2_ctrl_ranges[i]->
ctrl_id
) {
567
if (id == capture->v4l2_ctrl_ranges[i]->
ctrl_id
) {
577
__u32
ctrl_id
;
local
607
for(
ctrl_id
=V4L2_CID_BASE;
ctrl_id
<V4L2_CID_LASTP1;
ctrl_id
++)
[
all
...]
cap_v4l.cpp
652
__u32
ctrl_id
;
local
654
for (
ctrl_id
= V4L2_CID_BASE;
655
ctrl_id
< V4L2_CID_LASTP1;
656
ctrl_id
++)
661
capture->queryctrl.id =
ctrl_id
;
724
for (
ctrl_id
= V4L2_CID_PRIVATE_BASE;;
ctrl_id
++)
729
capture->queryctrl.id =
ctrl_id
;
[
all
...]
Completed in 3133 milliseconds