Searched refs:stream_type (Results 26 - 50 of 76) sorted by relevance

1234

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_video.c65 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
149 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
177 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) {
267 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
375 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_PREVIEW;
425 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
519 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_VIDEO;
H A Dmm_qcamera_reprocess.c150 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
159 stream->s_config.stream_info->reprocess_config.online.input_stream_type = source->s_config.stream_info->stream_type;
H A Dmm_qcamera_snapshot.c295 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
375 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) {
443 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
471 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) {
591 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_POSTVIEW;
H A Dmm_qcamera_rdi.c163 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW;
225 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
/hardware/qcom/audio/hal/audio_extn/
H A Dmaxxaudio.c496 bool audio_extn_ma_set_state(struct audio_device *adev, int stream_type, argument
500 ma_stream_type_t stype = (ma_stream_type_t)stream_type;
503 __func__, stream_type, vol, active ? "true" : "false");
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.h244 int32_t updatePpFeatureMask(cam_stream_type_t stream_type);
245 int32_t getStreamPpMask(cam_stream_type_t stream_type, cam_feature_mask_t &pp_mask);
H A DQCameraParameters.cpp14468 * @stream_type: Camera stream type
14473 int32_t QCameraParameters::updatePpFeatureMask(cam_stream_type_t stream_type) { argument
14477 if (stream_type >= CAM_STREAM_TYPE_MAX) {
14478 LOGE("Error!! stream type: %d not valid", stream_type);
14483 if (isSeeMoreEnabled() && ((stream_type == CAM_STREAM_TYPE_VIDEO) ||
14484 (stream_type == CAM_STREAM_TYPE_PREVIEW && getRecordingHintValue() &&
14490 ((stream_type == CAM_STREAM_TYPE_VIDEO) ||
14491 (stream_type == CAM_STREAM_TYPE_PREVIEW && getRecordingHintValue() &&
14499 (stream_type == CAM_STREAM_TYPE_SNAPSHOT) && is4k2kVideoResolution()) ||
14500 (stream_type !
14709 setStreamPpMask(cam_stream_type_t stream_type, cam_feature_mask_t pp_mask) argument
14732 getStreamPpMask(cam_stream_type_t stream_type, cam_feature_mask_t &pp_mask) argument
[all...]
H A DQCameraChannel.cpp141 * @stream_type : Stream type for which callback needs to be registered.
148 int32_t QCameraChannel::setStreamSyncCB (cam_stream_type_t stream_type, argument
153 if ((mStreams[i] != NULL) && (stream_type == mStreams[i]->getMyType())) {
211 uint32_t QCameraChannel::getChHandleForStream(cam_stream_type_t stream_type) argument
219 switch (stream_type) {
1211 streamInfo->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
1284 param.getStreamRotation(streamInfo->stream_type,
H A DQCameraPostProc.h218 cam_stream_type_t stream_type);
H A DQCameraParametersIntf.cpp1080 int32_t QCameraParametersIntf::updatePpFeatureMask(cam_stream_type_t stream_type) argument
1084 return mImpl->updatePpFeatureMask(stream_type);
1087 int32_t QCameraParametersIntf::getStreamPpMask(cam_stream_type_t stream_type, argument
1092 return mImpl->getStreamPpMask(stream_type, pp_mask);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c1682 my_obj->stream_info->stream_type, frame_ts);
1726 my_obj->stream_info->stream_type);
1739 my_obj->stream_info->stream_type, rc, strerror(errno));
1747 my_obj, my_obj->stream_info->stream_type, my_obj->fd);
1770 my_obj->stream_info->stream_type, rc,
1957 my_obj->stream_info->stream_type);
1989 my_obj,my_obj->stream_info->stream_type, idx,
1996 my_obj, my_obj->stream_info->stream_type, rc);
1999 my_obj, my_obj->stream_info->stream_type);
2008 my_obj->stream_info->stream_type, r
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.cpp414 mStreamInfo->stream_type = streamType;
432 LOGD("stream_type is %d, feature_mask is %Ld",
433 mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask);
664 cmdThread->setName(mStreamNames[pme->mStreamInfo->stream_type]);
1227 return mStreamInfo->stream_type;
1469 mStreamInfo->stream_type, mNumBatchBufs);
H A DQCamera3Channel.cpp753 * @stream_type: Channel stream type
767 cam_stream_type_t stream_type,
780 mStreamType(stream_type),
936 LOGW("CAMERA3_BUFFER_STATUS_ERROR for stream_type: %d",
1609 if(stream->stream_type == CAMERA3_STREAM_INPUT){
1624 } else if(stream->stream_type == CAMERA3_STREAM_INPUT ||
1625 stream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL ||
1699 reproc_cfg.stream_type, reproc_cfg.stream_format);
1706 reproc_cfg.stream_type = mStreamType;
1710 switch (reproc_cfg.stream_type) {
759 QCamera3ProcessingChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, channel_cb_buffer_err cb_buffer_err, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, cam_stream_type_t stream_type, cam_feature_mask_t postprocess_mask, QCamera3Channel *metadataChannel, uint32_t numBuffers) argument
1918 QCamera3RegularChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, channel_cb_buffer_err cb_buffer_err, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, cam_stream_type_t stream_type, cam_feature_mask_t postprocess_mask, QCamera3Channel *metadataChannel, uint32_t numBuffers) argument
2861 QCamera3YUVChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, channel_cb_buffer_err cb_buf_err, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, cam_stream_type_t stream_type, cam_feature_mask_t postprocess_mask, QCamera3Channel *metadataChannel) argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraDualFOVPP.cpp558 if (pData->src_reproc_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) {
574 LOGD("bufs[%d] stream_type = %d", i, pFrame->bufs[i]->stream_type);
575 if (pFrame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) {
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3Test.cpp49 requested_stream->stream_type = streamtype;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h311 uint32_t stream_type; member in struct:msm_audio_route_config
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h333 uint32_t stream_type; member in struct:msm_audio_route_config
/hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
H A DHidlUtils.impl.h127 offload->streamType = AudioStreamType(halOffload.stream_type);
143 halOffload->stream_type = static_cast<audio_stream_type_t>(offload.streamType);
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera.cpp403 switch (stream->stream_type) {
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_audio.h357 uint32_t stream_type; member in struct:msm_audio_route_config
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_audio.h399 uint32_t stream_type; member in struct:msm_audio_route_config
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio.h360 uint32_t stream_type; member in struct:msm_audio_route_config
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio.h402 uint32_t stream_type; member in struct:msm_audio_route_config
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dmsm_audio.h360 uint32_t stream_type; member in struct:msm_audio_route_config
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dmsm_audio.h402 uint32_t stream_type; member in struct:msm_audio_route_config

Completed in 521 milliseconds

1234