HomeSort by relevance Sort by last modified time
    Searched refs:stream_list (Results 1 - 12 of 12) sorted by null

  /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);
  /hardware/libhardware/modules/camera/
Camera.h 45 int configureStreams(camera3_stream_configuration_t *stream_list);
Camera.cpp 660 camera3_stream_configuration_t *stream_list)
662 return camdev_to_camera(dev)->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...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 78 camera3_stream_configuration_t *stream_list);
118 int configureStreams(camera3_stream_configuration_t *stream_list);
QCamera3HWI.cpp 402 * @stream_list : streams to be configured
411 // Sanity check stream_list
739 * @stream_list : streams to be configured
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 78 camera3_stream_configuration_t *stream_list);
119 int configureStreams(camera3_stream_configuration_t *stream_list);
QCamera3HWI.cpp 440 * @stream_list : streams to be configured
451 // Sanity check stream_list
    [all...]
  /external/srtp/test/
srtp_driver.c 1010 stream = srtp->stream_list;
    [all...]

Completed in 378 milliseconds