OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_list
(Results
1 - 8
of
8
) sorted by null
/hardware/libhardware/modules/camera/
Camera.h
42
int configureStreams(camera3_stream_configuration_t *
stream_list
);
Camera.cpp
111
int Camera::configureStreams(camera3_stream_configuration_t *
stream_list
)
113
ALOGV("%s:%d:
stream_list
=%p", __func__, mId,
stream_list
);
174
camera3_stream_configuration_t *
stream_list
)
176
return camdev_to_camera(dev)->configureStreams(
stream_list
);
/device/generic/goldfish/camera/
EmulatedCamera3.h
130
camera3_stream_configuration_t *
stream_list
);
EmulatedCamera3.cpp
219
camera3_stream_configuration_t *
stream_list
) {
221
return ec->configureStreams(
stream_list
);
/external/srtp/include/
srtp_priv.h
239
srtp_stream_ctx_t *
stream_list
; /* linked list of streams */
member in struct:srtp_ctx_t
/external/srtp/srtp/
srtp.c
636
/* add new stream to the head of the
stream_list
*/
637
new_stream->next = ctx->
stream_list
;
638
ctx->
stream_list
= new_stream;
1096
/* add new stream to the head of the
stream_list
*/
1097
new_stream->next = ctx->
stream_list
;
1098
ctx->
stream_list
= new_stream;
[
all
...]
/hardware/libhardware/include/hardware/
camera3.h
[
all
...]
/external/srtp/test/
srtp_driver.c
1010
stream = srtp->
stream_list
;
[
all
...]
Completed in 256 milliseconds