Searched refs:stream_type (Results 1 - 25 of 35) sorted by relevance

12

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraAllocator.h44 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
H A DQCameraStream.cpp352 (mStreamInfo->stream_type == CAM_STREAM_TYPE_PREVIEW ||
353 mStreamInfo->stream_type == CAM_STREAM_TYPE_POSTVIEW) ) {
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
721 if (mStreamInfo != NULL && (mStreamInfo->stream_type == type)) {
742 mStreamInfo->stream_type == CAM_STREAM_TYPE_OFFLINE_PROC &&
763 return mStreamInfo->stream_type;
H A DQCamera2HWI.h214 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
217 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
339 uint8_t getBufNumRequired(cam_stream_type_t stream_type);
H A DQCamera2HWI.cpp1236 * @stream_type : type of stream
1240 uint8_t QCamera2HardwareInterface::getBufNumRequired(cam_stream_type_t stream_type) argument
1254 switch (stream_type) {
1339 * @stream_type : type of stream
1347 QCameraMemory *QCamera2HardwareInterface::allocateStreamBuf(cam_stream_type_t stream_type, argument
1356 switch (stream_type) {
1366 mParameters.getStreamDimension(stream_type, dim);
1380 mParameters.getStreamDimension(stream_type, dim);
1431 * @stream_type : type of stream
1437 cam_stream_type_t stream_type)
1436 allocateStreamInfoBuf( cam_stream_type_t stream_type) argument
[all...]
H A DQCameraPostProc.cpp1092 if (jpeg_job_data->src_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) {
1100 if (jpeg_job_data->src_reproc_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) {
1139 if ( recvd_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_SNAPSHOT ||
1140 recvd_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_NON_ZSL_SNAPSHOT ||
1141 recvd_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_RAW ) {
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h92 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
101 AudioSystem::stream_type stream,
105 AudioSystem::stream_type stream,
128 virtual void initStreamVolume(AudioSystem::stream_type stream,
135 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
142 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
147 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream) = 0;
150 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream) = 0;
231 virtual status_t setStreamVolume(AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs = 0) = 0;
235 virtual status_t setStreamOutput(AudioSystem::stream_type strea
[all...]
H A DAudioPolicyManagerBase.h89 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
97 AudioSystem::stream_type stream,
100 AudioSystem::stream_type stream,
115 virtual void initStreamVolume(AudioSystem::stream_type stream,
118 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
121 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
126 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream);
129 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream);
258 void changeRefCount(AudioSystem::stream_type stream, int delta);
265 bool isStreamActive(AudioSystem::stream_type strea
[all...]
H A DAudioSystemLegacy.h72 enum stream_type { enum in class:android_audio_legacy::AudioSystem
342 static bool isLowVisibility(stream_type stream) {
/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.h59 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output);
68 virtual status_t setStreamVolume(AudioSystem::stream_type stream,
72 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream);
H A Daudio_policy_hal.cpp147 return lap->apm->getOutput((AudioSystem::stream_type)stream,
157 return lap->apm->startOutput(output, (AudioSystem::stream_type)stream,
165 return lap->apm->stopOutput(output, (AudioSystem::stream_type)stream,
210 lap->apm->initStreamVolume((AudioSystem::stream_type)stream, index_min,
219 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
229 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
240 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
251 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
260 return lap->apm->getStrategyForStream((AudioSystem::stream_type)stream);
267 return lap->apm->getDevicesForStream((AudioSystem::stream_type)strea
[all...]
H A DAudioPolicyCompatClient.cpp88 status_t AudioPolicyCompatClient::setStreamOutput(AudioSystem::stream_type stream,
122 AudioSystem::stream_type stream,
132 AudioSystem::stream_type stream)
H A DAudioPolicyManagerBase.cpp530 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream,
539 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream);
734 AudioSystem::stream_type stream,
802 AudioSystem::stream_type stream,
1078 void AudioPolicyManagerBase::initStreamVolume(AudioSystem::stream_type stream,
1091 status_t AudioPolicyManagerBase::setStreamVolumeIndex(AudioSystem::stream_type stream,
1131 status_t AudioPolicyManagerBase::getStreamVolumeIndex(AudioSystem::stream_type stream,
1332 if (outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1345 outputDesc->isStreamActive((AudioSystem::stream_type)stream, inPastMs, sysTime)) {
1463 offloadInfo.stream_type, offloadInf
[all...]
/hardware/libhardware/modules/camera/
H A DStream.cpp38 mType(s->stream_type),
115 if (s->stream_type != mType) {
118 __func__, mId, s->stream_type, mType);
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp146 return qap->apm->getOutput((AudioSystem::stream_type)stream,
155 return qap->apm->startOutput(output, (AudioSystem::stream_type)stream,
163 return qap->apm->stopOutput(output, (AudioSystem::stream_type)stream,
208 qap->apm->initStreamVolume((AudioSystem::stream_type)stream, index_min,
217 return qap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
227 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
238 return qap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
249 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
258 return qap->apm->getStrategyForStream((AudioSystem::stream_type)stream);
265 return qap->apm->getDevicesForStream((AudioSystem::stream_type)strea
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera3.h1087 int stream_type; member in struct:camera3_stream
1139 * For stream_type OUTPUT and BIDIRECTIONAL, when passed via
1143 * For stream_type INPUT, when passed via configure_streams(), the initial
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_preview.c83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
177 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_PREVIEW;
222 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
H A Dmm_qcamera_snapshot.c188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
216 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) {
323 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_POSTVIEW;
H A Dmm_qcamera_rdi.c132 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW;
188 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
H A Dmm_qcamera_video.c84 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_VIDEO;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp266 mStreamInfo->stream_type = streamType;
783 return mStreamInfo->stream_type;
H A DQCamera3HWI.cpp501 __func__, newStream->stream_type, newStream->format,
529 if (newStream->stream_type == CAMERA3_STREAM_INPUT
530 || newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL ) {
587 if (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL &&
627 switch (newStream->stream_type) {
647 ALOGE("%s: Invalid stream_type %d", __func__, newStream->stream_type);
651 if (newStream->stream_type == CAMERA3_STREAM_OUTPUT ||
652 newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL) {
658 if (newStream->stream_type
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h67 cam_stream_type_t stream_type; member in struct:__anon554
/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/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c964 CDBG_HIGH("%s: Stoping poll on stream %p type :%d", __func__, my_obj, my_obj->stream_info->stream_type);
966 CDBG_HIGH("%s: Stopped poll on stream %p type :%d", __func__, my_obj, my_obj->stream_info->stream_type);
980 __func__, vb.index, buf_info->buf->frame_idx, my_obj->stream_info->stream_type);
1165 CDBG_HIGH("%s: Starting poll on stream %p type :%d", __func__, my_obj,my_obj->stream_info->stream_type);
1172 CDBG_HIGH("%s: Started poll on stream %p type :%d", __func__, my_obj,my_obj->stream_info->stream_type);
1444 my_obj->buf[i].stream_type = my_obj->stream_info->stream_type;
2359 switch (my_obj->stream_info->stream_type) {
2396 __func__, my_obj->stream_info->stream_type);
2516 CDBG("<DEBUG> : Buf done for buffer:%d, stream:%d", frame->buf_idx, frame->stream_type);
[all...]

Completed in 293 milliseconds

12