/hardware/libhardware/modules/usbcamera/ |
D | Camera.cpp | 223 astream = stream_config->streams[i]; in configureStreams() 262 void Camera::destroyStreamsLocked(android::Vector<Stream *> &streams) { in destroyStreamsLocked() argument 263 for (size_t i = 0; i < streams.size(); i++) { in destroyStreamsLocked() 264 delete streams[i]; in destroyStreamsLocked() 266 streams.clear(); in destroyStreamsLocked() 281 bool Camera::isValidStreamSetLocked(const android::Vector<Stream *> &streams) { in isValidStreamSetLocked() argument 285 if (streams.isEmpty()) { in isValidStreamSetLocked() 290 for (size_t i = 0; i < streams.size(); i++) { in isValidStreamSetLocked() 292 if (streams[i]->isInputType()) in isValidStreamSetLocked() 294 if (streams[i]->isOutputType()) in isValidStreamSetLocked() [all …]
|
D | Camera.h | 97 void destroyStreamsLocked(android::Vector<Stream *> &streams); 99 bool isValidStreamSetLocked(const android::Vector<Stream *> &streams); 101 void setupStreamsLocked(android::Vector<Stream *> &streams);
|
/hardware/libhardware/modules/camera/ |
D | Camera.cpp | 167 astream = stream_config->streams[i]; in configureStreams() 207 void Camera::destroyStreams(Stream **streams, int count) in destroyStreams() argument 209 if (streams == NULL) in destroyStreams() 213 if (streams[i] != NULL && !streams[i]->mReuse) in destroyStreams() 214 delete streams[i]; in destroyStreams() 216 delete [] streams; in destroyStreams() 232 bool Camera::isValidStreamSet(Stream **streams, int count) in isValidStreamSet() argument 237 if (streams == NULL) { in isValidStreamSet() 248 if (streams[i]->isInputType()) in isValidStreamSet() 250 if (streams[i]->isOutputType()) in isValidStreamSet() [all …]
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 213 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_snapshot_metadata_notify_cb() 214 p_stream = &channel->streams[i]; in mm_app_snapshot_metadata_notify_cb() 293 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) { in mm_app_snapshot_notify_cb_raw() 294 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb_raw() 361 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb() 362 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 389 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb() 390 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 591 mm_app_del_stream(test_obj, ch, &ch->streams[i]); in mm_app_stop_capture_raw()
|
D | mm_qcamera_preview.c | 76 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb() 77 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb() 159 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb() 160 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 187 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb() 188 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 277 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb() 278 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb() 356 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb() 357 p_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() [all …]
|
D | mm_qcamera_reprocess.c | 63 m_stream = &channel->streams[0]; in mm_app_reprocess_notify_cb()
|
D | mm_qcamera_rdi.c | 289 stream = &channel->streams[i]; in mm_app_stop_and_del_rdi_channel()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 295 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_snapshot_metadata_notify_cb() 296 p_stream = &channel->streams[i]; in mm_app_snapshot_metadata_notify_cb() 375 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) { in mm_app_snapshot_notify_cb_raw() 376 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb_raw() 443 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb() 444 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 471 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb() 472 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 675 mm_app_del_stream(test_obj, ch, &ch->streams[i]); in mm_app_stop_capture_raw()
|
D | mm_qcamera_video.c | 65 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb() 66 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb() 149 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb() 150 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 177 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb() 178 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 267 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb() 268 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb()
|
D | mm_qcamera_preview.c | 76 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb() 77 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb() 248 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb() 249 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 276 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb() 277 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 366 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb() 367 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb() 445 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb() 446 p_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() [all …]
|
D | mm_qcamera_reprocess.c | 63 m_stream = &channel->streams[0]; in mm_app_reprocess_notify_cb()
|
D | mm_qcamera_rdi.c | 293 stream = &channel->streams[i]; in mm_app_stop_and_del_rdi_channel()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/ |
D | README.webm | 13 in order to encode multiple resolution bit streams.
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3VideoTest.cpp | 102 mVideoConfig.streams[0] = mVideoStream; in configureVideoStream() 105 mPipelineDepthVideo = mVideoConfig.streams[0]->max_buffers; in configureVideoStream()
|
D | QCameraHAL3PreviewTest.cpp | 98 mPreviewConfig.streams[0] = mPreviewStream; in configurePreviewStream() 100 mPipelineDepthPreview = mPreviewConfig.streams[0]->max_buffers; in configurePreviewStream()
|
D | QCameraHAL3SnapshotTest.cpp | 92 mSnapshotConfig.streams[0] = mPreviewStream; in configureSnapshotStream() 93 mSnapshotConfig.streams[1] = mSnapshotStream; in configureSnapshotStream()
|
D | QCameraHAL3RawSnapshotTest.cpp | 91 mRawSnapshotConfig.streams[0] = mPreviewStream; in configureRawSnapshotStream() 92 mRawSnapshotConfig.streams[1] = mRawSnapshotStream; in configureRawSnapshotStream()
|
D | QCameraHAL3Test.cpp | 70 requested_config.streams = new camera3_stream_t *[num_streams]; in configureStream()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 170 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) && in mm_channel_util_get_stream_by_handler() 171 (handler == ch_obj->streams[i].my_hdl)) { in mm_channel_util_get_stream_by_handler() 172 s_obj = &ch_obj->streams[i]; in mm_channel_util_get_stream_by_handler() 1242 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_link_stream() 1243 stream_obj = &my_obj->streams[idx]; in mm_channel_link_stream() 1283 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_add_stream() 1284 stream_obj = &my_obj->streams[idx]; in mm_channel_add_stream() 1435 if (my_obj->streams[i].my_hdl > 0) { in mm_channel_get_bundle_info() 1437 my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() 1447 i, my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 176 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) && in mm_channel_util_get_stream_by_handler() 177 (handler == ch_obj->streams[i].my_hdl)) { in mm_channel_util_get_stream_by_handler() 178 s_obj = &ch_obj->streams[i]; in mm_channel_util_get_stream_by_handler() 1408 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_link_stream() 1409 stream_obj = &my_obj->streams[idx]; in mm_channel_link_stream() 1574 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_add_stream() 1575 stream_obj = &my_obj->streams[idx]; in mm_channel_add_stream() 1722 if (my_obj->streams[i].my_hdl > 0) { in mm_channel_get_bundle_info() 1724 my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() 1734 i, my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() [all …]
|
/hardware/libhardware/include/hardware/ |
D | camera3.h | 1706 camera3_stream_t **streams; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 1013 for (stream = streams; stream; stream = stream->next) { \ 1521 struct stream_state *streams = NULL; in main() local 1556 if (!streams) in main() 1557 streams = stream; in main() 1680 frames_in, streams->frames_out, (int64_t)streams->nbytes); in main() 1709 if (!got_data && input.length && !streams->frames_out) { in main() 1813 free(streams); in main()
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | ftdi_ft4222.md | 11 configuration mode will determine the number of USB interfaces for data streams
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 184 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 184 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
|