HomeSort by relevance Sort by last modified time
    Searched refs:num_streams (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/webrtc/webrtc/test/
encoder_settings.h 18 std::vector<VideoStream> CreateVideoStreams(size_t num_streams);
encoder_settings.cc 20 std::vector<VideoStream> CreateVideoStreams(size_t num_streams) {
21 assert(num_streams > 0);
25 assert(num_streams <= kNumSettings);
52 stream_settings.resize(num_streams);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Test.h 47 int opmode, int num_streams);
QCameraHAL3Test.cpp 65 int opmode, int num_streams)
69 requested_config.num_streams = num_streams;
70 requested_config.streams = new camera3_stream_t *[num_streams];
  /hardware/interfaces/camera/device/3.3/default/
convert.cpp 53 dst->streams.resize(src.num_streams);
54 for (uint32_t i = 0; i < src.num_streams; i++) {
CameraDeviceSession.cpp 84 stream_list.num_streams = requestedConfiguration.streams.size();
85 streams.resize(stream_list.num_streams);
88 for (uint32_t i = 0; i < stream_list.num_streams; i++) {
  /external/autotest/client/tests/netperf2/
netperf2.py 85 for num_streams in stream_list:
91 self.job.barrier(server_tag, 'start_%d' % num_streams,
95 self.job.barrier(server_tag, 'stop_%d' % num_streams,
102 self.job.barrier(client_tag, 'start_%d' % num_streams,
104 self.client(server_ip, test, test_time, num_streams,
107 self.job.barrier(client_tag, 'stop_%d' % num_streams,
140 def client(self, server_ip, test, test_time, num_streams,
167 for i in xrange(num_streams):
  /hardware/libhardware/modules/camera/3_0/
Camera.cpp 157 if (stream_config->num_streams == 0) {
163 newStreams = new Stream*[stream_config->num_streams];
165 stream_config->num_streams);
171 for (unsigned int i = 0; i < stream_config->num_streams; i++) {
189 if (!isValidStreamSet(newStreams, stream_config->num_streams)) {
195 setupStreams(newStreams, stream_config->num_streams);
200 mNumStreams = stream_config->num_streams;
208 destroyStreams(newStreams, stream_config->num_streams);
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.h 36 int num_streams; member in struct:android::OpusHeader
  /hardware/libhardware/modules/camera/3_4/
static_properties.cpp 267 } else if (stream_config->num_streams == 0) {
276 for (size_t i = 0; i < stream_config->num_streams; ++i) {
299 for (size_t i = 0; i < stream_config->num_streams; ++i) {
350 for (size_t i = 0; i < stream_config->num_streams; ++i) {
376 for (int i = 0; i < stream_config->num_streams; ++i) {
v4l2_camera.cpp 332 for (uint32_t i = 0; i < stream_config->num_streams; ++i) {
360 if (stream_config->num_streams > 1) {
366 for (uint32_t i = 1; i < stream_config->num_streams; ++i) {
409 for (uint32_t i = 0; i < stream_config->num_streams; ++i) {
  /hardware/interfaces/camera/device/3.2/default/
convert.cpp 94 dst->streams.resize(src.num_streams);
95 for (uint32_t i = 0; i < src.num_streams; i++) {
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 77 for (i = 0; i < channel->num_streams; i++) {
160 for (i = 0; i < channel->num_streams; i++) {
188 for (i = 0; i < channel->num_streams; i++) {
278 for (i = 0; i < channel->num_streams; i++) {
357 for (i = 0; i < channel->num_streams; i++) {
369 for (i = 0; i < channel->num_streams; i++) {
381 for (i = 0; i < channel->num_streams; i++) {
690 abc.num_streams = 2;
760 abc.num_streams = 1;
837 abc_snap.num_streams = 2
    [all...]
mm_qcamera_rdi.c 130 abc.num_streams = 1;
289 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE) {
290 for (i = 0; i < channel->num_streams; i++) {
298 LOGE(" num_streams = %d. Should not be more than %d\n",
299 channel->num_streams, MAX_STREAM_NUM_IN_BUNDLE);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 66 for (i = 0; i < channel->num_streams; i++) {
146 for (i = 0; i < channel->num_streams; i++) {
225 for (i = 0; i < channel->num_streams; i++) {
237 for (i = 0; i < channel->num_streams; i++) {
249 for (i = 0; i < channel->num_streams; i++) {
631 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE) {
632 for (i = 0; i < channel->num_streams; i++) {
640 CDBG_ERROR("%s: num_streams = %d. Should not be more than %d\n",
641 __func__, channel->num_streams, MAX_STREAM_NUM_IN_BUNDLE);
679 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE)
    [all...]
mm_qcamera_rdi.c 260 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE) {
261 for (i = 0; i < channel->num_streams; i++) {
269 CDBG_ERROR("%s: num_streams = %d. Should not be more than %d\n",
270 __func__, channel->num_streams, MAX_STREAM_NUM_IN_BUNDLE);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 66 for (i = 0; i < channel->num_streams; i++) {
146 for (i = 0; i < channel->num_streams; i++) {
225 for (i = 0; i < channel->num_streams; i++) {
237 for (i = 0; i < channel->num_streams; i++) {
249 for (i = 0; i < channel->num_streams; i++) {
631 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE) {
632 for (i = 0; i < channel->num_streams; i++) {
640 CDBG_ERROR("%s: num_streams = %d. Should not be more than %d\n",
641 __func__, channel->num_streams, MAX_STREAM_NUM_IN_BUNDLE);
679 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE)
    [all...]
mm_qcamera_rdi.c 260 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE) {
261 for (i = 0; i < channel->num_streams; i++) {
269 CDBG_ERROR("%s: num_streams = %d. Should not be more than %d\n",
270 __func__, channel->num_streams, MAX_STREAM_NUM_IN_BUNDLE);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 77 for (i = 0; i < channel->num_streams; i++) {
249 for (i = 0; i < channel->num_streams; i++) {
277 for (i = 0; i < channel->num_streams; i++) {
370 for (i = 0; i < channel->num_streams; i++) {
449 for (i = 0; i < channel->num_streams; i++) {
461 for (i = 0; i < channel->num_streams; i++) {
473 for (i = 0; i < channel->num_streams; i++) {
868 abc.num_streams = 2;
870 abc.num_streams = 1;
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_isp.h 204 uint8_t num_streams; member in struct:msm_vfe_axi_stream_cfg_cmd
237 uint32_t num_streams; member in struct:msm_vfe_axi_stream_update_cmd
289 uint8_t num_streams; member in struct:msm_vfe_stats_stream_cfg_cmd
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_isp.h 184 uint8_t num_streams; member in struct:msm_vfe_axi_stream_cfg_cmd
215 uint32_t num_streams; member in struct:msm_vfe_axi_stream_update_cmd
260 uint8_t num_streams; member in struct:msm_vfe_stats_stream_cfg_cmd
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 112 unsigned int num_streams; member in struct:usbdevfs_streams
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 154 unsigned int num_streams; /* Not used by USBDEVFS_FREE_STREAMS */ member in struct:usbdevfs_streams

Completed in 1563 milliseconds

1 2 3 4