Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 32) sorted by relevance

12

/device/google/marlin/camera/QCamera2/
DQCamera2Factory.cpp230 const camera_stream_combination_t *streams) in is_stream_combination_supported() argument
232 return gQCamera2Factory->isStreamCombinationSupported(camera_id, streams); in is_stream_combination_supported()
249 const camera_stream_combination_t *streams) in isStreamCombinationSupported() argument
251 if (!mNumOfCameras || camera_id >= mNumOfCameras || !streams || in isStreamCombinationSupported()
255 mNumOfCameras, camera_id, streams); in isStreamCombinationSupported()
259 return QCamera3HardwareInterface::isStreamCombinationSupported(camera_id, streams); in isStreamCombinationSupported()
DQCamera2Factory.h58 const camera_stream_combination_t *streams);
65 const camera_stream_combination_t *streams);
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c213 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()
Dmm_qcamera_preview.c78 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb()
79 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb()
161 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
162 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb()
189 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
190 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb()
279 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb()
280 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb()
358 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb()
359 p_stream = &channel->streams[i]; in mm_app_zsl_notify_cb()
[all …]
Dmm_qcamera_reprocess.c63 m_stream = &channel->streams[0]; in mm_app_reprocess_notify_cb()
Dmm_qcamera_rdi.c291 stream = &channel->streams[i]; in mm_app_stop_and_del_rdi_channel()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
DSectionExtractionDxe.uni4 // The section is implemented as a linked list of section streams,
23 … #language en-US "The section is implemented as a linked list of section streams, where each strea…
DSectionExtractionDxe.inf4 # The section is implemented as a linked list of section streams,
/device/linaro/bootloader/edk2/StdLib/
DISSUES.txt50 12: Differentiate between binary and text streams. Aug. 2013 Understood
51 Implement differentiated text streams as specified by section 7.19.2 Streams,
DReadMe.txt497 which cause the respective streams specified in the UEFI System Table to be
499 application is first started, these streams are automatically opened on File
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c170 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 …]
/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c95 struct StmDmaStreamState streams[STM_DMA_NUM_STREAMS]; member
164 return &gDmaDevs[busId].streams[stream]; in dmaGetStreamState()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp835 camera_metadata_entry_t streams; in setupCapture() local
838 &streams); in setupCapture()
848 for (size_t i = 0; i < streams.count; i++) { in setupCapture()
849 int streamId = streams.data.i32[i]; in setupCapture()
858 b.streamId = streams.data.u8[i]; in setupCapture()
988 camera_metadata_entry_t streams; in setupReprocess() local
991 &streams); in setupReprocess()
999 for (size_t i = 0; i < streams.count; i++) { in setupReprocess()
1000 int streamId = streams.data.i32[i]; in setupReprocess()
1010 b.streamId = streams.data.u8[i]; in setupReprocess()
DEmulatedQemuCamera3.cpp324 if (streamList->streams == nullptr) { in configureStreams()
336 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams()
386 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams()
DEmulatedFakeCamera3.cpp246 if (streamList->streams == NULL) { in configureStreams()
259 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams()
332 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera2.cpp835 camera_metadata_entry_t streams; in setupCapture() local
837 &streams); in setupCapture()
847 for (size_t i = 0; i < streams.count; i++) { in setupCapture()
848 int streamId = streams.data.i32[i]; in setupCapture()
979 camera_metadata_entry_t streams; in setupReprocess() local
981 &streams); in setupReprocess()
989 for (size_t i = 0; i < streams.count; i++) { in setupReprocess()
990 int streamId = streams.data.i32[i]; in setupReprocess()
1000 b.streamId = streams.data.u8[i]; in setupReprocess()
DEmulatedFakeCamera3.cpp249 if (streamList->streams == NULL) { in configureStreams()
262 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams()
311 camera3_stream_t *newStream = streamList->streams[i]; in configureStreams()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp975 if (streamList->streams[i]->stream_type == CAMERA3_STREAM_INPUT) { in validateStreamDimensions()
980 inputStream = streamList->streams[i]; in validateStreamDimensions()
989 camera3_stream_t *newStream = streamList->streams[j]; in validateStreamDimensions()
1093 const camera3_stream_t *newStream = streamList->streams[j]; in validateUsageFlags()
1151 const camera3_stream_t *newStream = streamList->streams[j]; in validateUsageFlagsForEis()
1200 switch(streamList->streams[i]->format) { in isSupportChannelNeeded()
1499 if (streamList->streams == NULL) { in validateStreamCombination()
1549 camera3_stream_t *newStream = streamList->streams[i]; in validateStreamCombination()
1837 camera3_stream_t *newStream = streamList->streams[i]; in configureStreamsPerfLocked()
2009 camera3_stream_t *newStream = streamList->streams[i]; in configureStreamsPerfLocked()
[all …]
DQCamera3HWI.h155 const camera_stream_combination_t *streams);
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h184 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h464 mm_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt55 That BUG is not related to LZMA encoder version that works via streams.
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-history.txt55 That BUG is not related to LZMA encoder version that works via streams.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt55 That BUG is not related to LZMA encoder version that works via streams.
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt508 which cause the respective streams specified in the UEFI System Table to be
510 application is first started, these streams are automatically opened on File

12