HomeSort by relevance Sort by last modified time
    Searched refs:stream_list (Results 1 - 18 of 18) 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 47 int configureStreams(camera3_stream_configuration_t *stream_list);
Camera.cpp 545 camera3_stream_configuration_t *stream_list)
547 return camdev_to_camera(dev)->configureStreams(stream_list);
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 232 srtp_stream_ctx_t *stream_list; /* linked list of streams */ member in struct:srtp_ctx_t
  /external/srtp/include/
srtp_priv.h 239 srtp_stream_ctx_t *stream_list; /* linked list of streams */ member in struct:srtp_ctx_t
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 780 /* add new stream to the head of the stream_list */
781 new_stream->next = ctx->stream_list;
782 ctx->stream_list = new_stream;
    [all...]
  /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
736 * @stream_list : streams to be configured
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.h 84 camera3_stream_configuration_t *stream_list);
130 int configureStreams(camera3_stream_configuration_t *stream_list);
QCamera3HWI.cpp 492 * @stream_list : streams to be configured
598 * @stream_list : streams to be configured
608 // Sanity check stream_list
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.h 97 camera3_stream_configuration_t *stream_list);
146 int configureStreams(camera3_stream_configuration_t *stream_list);
QCamera3HWI.cpp 580 * @stream_list : streams to be configured
696 * @stream_list : streams to be configured
707 // Sanity check stream_list
    [all...]
  /external/chromium_org/net/quic/
quic_client_session.cc 740 base::ListValue* stream_list = new base::ListValue(); local
745 stream_list->Append(new base::StringValue(
748 dict->Set("active_streams", stream_list);
  /external/srtp/test/
srtp_driver.c 1010 stream = srtp->stream_list;
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 1065 stream = srtp->stream_list;
    [all...]

Completed in 390 milliseconds