Home
last modified time | relevance | path

Searched refs:stream_type (Results 1 – 25 of 61) sorted by relevance

123

/device/asus/flo/camera/QCamera2/HAL/
DQCameraAllocator.h44 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
DQCameraStream.cpp352 (mStreamInfo->stream_type == CAM_STREAM_TYPE_PREVIEW || in processZoomDone()
353 mStreamInfo->stream_type == CAM_STREAM_TYPE_POSTVIEW) ) { in processZoomDone()
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in getBufs()
721 if (mStreamInfo != NULL && (mStreamInfo->stream_type == type)) { in isTypeOf()
742 mStreamInfo->stream_type == CAM_STREAM_TYPE_OFFLINE_PROC && in isOrignalTypeOf()
763 return mStreamInfo->stream_type; in getMyType()
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);
DQCamera2HWI.cpp1240 uint8_t QCamera2HardwareInterface::getBufNumRequired(cam_stream_type_t stream_type) in getBufNumRequired() argument
1254 switch (stream_type) { in getBufNumRequired()
1347 QCameraMemory *QCamera2HardwareInterface::allocateStreamBuf(cam_stream_type_t stream_type, in allocateStreamBuf() argument
1356 switch (stream_type) { in allocateStreamBuf()
1366 mParameters.getStreamDimension(stream_type, dim); in allocateStreamBuf()
1380 mParameters.getStreamDimension(stream_type, dim); in allocateStreamBuf()
1437 cam_stream_type_t stream_type) in allocateStreamInfoBuf() argument
1456 streamInfo->stream_type = stream_type; in allocateStreamInfoBuf()
1457 rc = mParameters.getStreamFormat(stream_type, streamInfo->fmt); in allocateStreamInfoBuf()
1458 rc = mParameters.getStreamDimension(stream_type, streamInfo->dim); in allocateStreamInfoBuf()
[all …]
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraAllocator.h44 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
DQCameraStream.cpp352 (mStreamInfo->stream_type == CAM_STREAM_TYPE_PREVIEW || in processZoomDone()
353 mStreamInfo->stream_type == CAM_STREAM_TYPE_POSTVIEW) ) { in processZoomDone()
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in getBufs()
721 if (mStreamInfo != NULL && (mStreamInfo->stream_type == type)) { in isTypeOf()
742 mStreamInfo->stream_type == CAM_STREAM_TYPE_OFFLINE_PROC && in isOrignalTypeOf()
763 return mStreamInfo->stream_type; in getMyType()
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);
DQCamera2HWI.cpp1240 uint8_t QCamera2HardwareInterface::getBufNumRequired(cam_stream_type_t stream_type) in getBufNumRequired() argument
1254 switch (stream_type) { in getBufNumRequired()
1347 QCameraMemory *QCamera2HardwareInterface::allocateStreamBuf(cam_stream_type_t stream_type, in allocateStreamBuf() argument
1356 switch (stream_type) { in allocateStreamBuf()
1366 mParameters.getStreamDimension(stream_type, dim); in allocateStreamBuf()
1380 mParameters.getStreamDimension(stream_type, dim); in allocateStreamBuf()
1437 cam_stream_type_t stream_type) in allocateStreamInfoBuf() argument
1456 streamInfo->stream_type = stream_type; in allocateStreamInfoBuf()
1457 rc = mParameters.getStreamFormat(stream_type, streamInfo->fmt); in allocateStreamInfoBuf()
1458 rc = mParameters.getStreamDimension(stream_type, streamInfo->dim); in allocateStreamInfoBuf()
[all …]
/device/lge/mako/camera/mm-camera-interface/
Dmm_camera_stream.c187 __func__, stream->fd, stream->stream_type, stream->state, state); in mm_camera_stream_util_set_state()
225 stream->stream_type, idx, vb.sequence); in mm_camera_read_msm_frame()
343 switch(stream->stream_type) { in mm_camera_stream_util_set_ext_mode()
366 __func__, stream->fd, stream->stream_type, rc, in mm_camera_stream_util_set_ext_mode()
403 stream->fd, stream->stream_type, idx, buffer.length); in mm_camera_stream_qbuf()
407 …: VIDIOC_QBUF error = %d, stream type=%d, errno = %d\n", __func__, rc, stream->stream_type, errno); in mm_camera_stream_qbuf()
410 CDBG("%s: X idx: %d, stream_type:%d", __func__, idx, stream->stream_type); in mm_camera_stream_qbuf()
463 switch(stream->stream_type) { in mm_camera_stream_util_reg_buf()
559 stream->stream_type, rc); in mm_camera_stream_util_unreg_buf()
580 stream->stream_type = *((mm_camera_stream_type_t *)val); in mm_camera_stream_fsm_notused()
[all …]
Dmm_camera.h128 mm_camera_stream_type_t stream_type; member
316 mm_camera_stream_type_t stream_type);
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraAllocator.h44 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
52 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
DQCameraStream.cpp470 streamInfo->stream_type != CAM_STREAM_TYPE_VIDEO) { in calcOffset()
479 switch (streamInfo->stream_type) { in calcOffset()
518 __func__, streamInfo->stream_type); in calcOffset()
638 (mStreamInfo->stream_type == CAM_STREAM_TYPE_PREVIEW || in processZoomDone()
639 mStreamInfo->stream_type == CAM_STREAM_TYPE_POSTVIEW) ) { in processZoomDone()
874 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in getBufs()
989 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in allocateBuffers()
1272 if (mStreamInfo != NULL && (mStreamInfo->stream_type == type)) { in isTypeOf()
1293 mStreamInfo->stream_type == CAM_STREAM_TYPE_OFFLINE_PROC && in isOrignalTypeOf()
1299 mStreamInfo->stream_type == CAM_STREAM_TYPE_OFFLINE_PROC && in isOrignalTypeOf()
[all …]
DQCamera2HWI.cpp1439 uint8_t QCamera2HardwareInterface::getBufNumRequired(cam_stream_type_t stream_type) in getBufNumRequired() argument
1477 switch (stream_type) { in getBufNumRequired()
1616 QCameraMemory *QCamera2HardwareInterface::allocateStreamBuf(cam_stream_type_t stream_type, in allocateStreamBuf() argument
1633 switch (stream_type) { in allocateStreamBuf()
1640 stream_type); in allocateStreamBuf()
1646 mParameters.getStreamDimension(stream_type, dim); in allocateStreamBuf()
1664 mParameters.getStreamDimension(stream_type, dim); in allocateStreamBuf()
1680 stream_type); in allocateStreamBuf()
1704 (stream_type == CAM_STREAM_TYPE_RAW) && in allocateStreamBuf()
1760 cam_stream_type_t stream_type) in allocateStreamInfoBuf() argument
[all …]
DQCamera2HWI.h247 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
256 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
422 uint8_t getBufNumRequired(cam_stream_type_t stream_type);
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c61 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb()
137 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb()
215 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb()
227 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb()
239 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_zsl_notify_cb()
389 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_METADATA; in mm_app_add_metadata_stream()
432 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_PREVIEW; in mm_app_add_preview_stream()
483 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW; in mm_app_add_raw_stream()
538 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT; in mm_app_add_snapshot_stream()
Dmm_qcamera_snapshot.c205 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_snapshot_metadata_notify_cb()
279 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) { in mm_app_snapshot_notify_cb_raw()
349 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
377 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
497 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_POSTVIEW; in mm_app_add_postview_stream()
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb()
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb()
177 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_PREVIEW; in mm_app_add_preview_stream()
222 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT; in mm_app_add_snapshot_stream()
Dmm_qcamera_snapshot.c188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
216 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
323 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_POSTVIEW; in mm_app_add_postview_stream()
Dmm_qcamera_rdi.c132 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW; in mm_app_add_rdi_stream()
188 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT; in mm_app_add_rdi_snapshot_stream()
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb()
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb()
177 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_PREVIEW; in mm_app_add_preview_stream()
222 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT; in mm_app_add_snapshot_stream()
Dmm_qcamera_snapshot.c188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb()
216 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb()
323 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_POSTVIEW; in mm_app_add_postview_stream()
Dmm_qcamera_rdi.c132 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_RAW; in mm_app_add_rdi_stream()
188 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT; in mm_app_add_rdi_snapshot_stream()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HALHeader.h67 cam_stream_type_t stream_type; member
DQCamera3Stream.cpp271 mStreamInfo->stream_type = streamType; in init()
277 __func__, mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask); in init()
827 return mStreamInfo->stream_type; in getMyType()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c953 __func__, my_obj->stream_info->stream_type, rc, strerror(errno)); in mm_stream_read_msm_frame()
959 my_obj, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame()
963 my_obj, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame()
978 my_obj->stream_info->stream_type, rc); in mm_stream_read_msm_frame()
1135 my_obj->stream_info->stream_type); in mm_stream_qbuf()
1167 my_obj,my_obj->stream_info->stream_type); in mm_stream_qbuf()
1173 __func__, my_obj, my_obj->stream_info->stream_type, rc); in mm_stream_qbuf()
1176 my_obj, my_obj->stream_info->stream_type); in mm_stream_qbuf()
1183 __func__, my_obj->stream_info->stream_type, rc, strerror(errno)); in mm_stream_qbuf()
1189 my_obj, my_obj->stream_info->stream_type); in mm_stream_qbuf()
[all …]

123