Home | History | Annotate | Download | only in HAL3

Lines Matching defs:streamType

148  *   @streamType     : stream type
160 int32_t QCamera3Channel::addStream(cam_stream_type_t streamType,
192 rc = pStream->init(streamType, streamFormat, streamDim, streamRotation,
1010 LOGD("Got a request with input buffer, output streamType = %d", mStreamType);
1130 cam_stream_type_t streamType;
1145 streamType = mStreams[0]->getMyType();
1146 rc = mMemory.registerBuffer(buffer, streamType);
1439 * @streamType : translated stream type
1448 cam_stream_type_t &streamType, cam_format_t &streamFormat)
1453 streamType = CAM_STREAM_TYPE_SNAPSHOT;
1457 streamType = CAM_STREAM_TYPE_CALLBACK;
1464 streamType = CAM_STREAM_TYPE_VIDEO;
1470 streamType = CAM_STREAM_TYPE_SNAPSHOT;
1474 streamType = CAM_STREAM_TYPE_PREVIEW;
1482 streamType = CAM_STREAM_TYPE_RAW;
1488 LOGD("fwk_format = %d, streamType = %d, streamFormat = %d",
1489 stream->format, streamType, streamFormat);
1656 void QCamera3ProcessingChannel::showDebugFPS(int32_t streamType)
1665 switch(streamType) {
1902 * local streamType
3418 cam_stream_type_t streamType;
3432 streamType = mStreamType;
3438 rc = QCamera3Channel::addStream(streamType, streamFormat, streamDim,
3989 cam_stream_type_t streamType;
4010 streamType = mStreams[0]->getMyType();
4011 rc = mGrallocMemory.registerBuffer(buffer, streamType);
4924 cam_stream_type_t streamType;
4937 streamType = CAM_STREAM_TYPE_OFFLINE_PROC;
4958 rc = pStream->init(streamType, src_config.stream_format,
4999 cam_stream_type_t streamType,
5010 mStreamType = streamType;