Home
last modified time | relevance | path

Searched refs:mStreamInfo (Results 1 – 18 of 18) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Stream.cpp171 mStreamInfo(NULL), in QCamera3Stream()
269 mStreamInfo = in init()
271 memset(mStreamInfo, 0, sizeof(cam_stream_info_t)); in init()
272 mStreamInfo->stream_type = streamType; in init()
273 mStreamInfo->fmt = streamFormat; in init()
274 mStreamInfo->dim = streamDim; in init()
275 mStreamInfo->num_bufs = minNumBuffers; in init()
276 mStreamInfo->pp_config.feature_mask = postprocess_mask; in init()
277 mStreamInfo->pp_config.rotation = streamRotation; in init()
279 __func__, mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask); in init()
[all …]
DQCamera3HWI.cpp328 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface()
329 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface()
338 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface()
339 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface()
849 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreams()
850 it != mStreamInfo.end(); it++) { in configureStreams()
1020 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreams()
1021 it != mStreamInfo.end(); it++) { in configureStreams()
1040 mStreamInfo.push_back(stream_info); in configureStreams()
1294 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreams()
[all …]
DQCamera3Stream.h98 cam_stream_info_t *mStreamInfo; // ptr to stream info buf variable
DQCamera3HWI.h335 List<stream_info_t*> mStreamInfo; variable
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraStream.cpp73 if (stream->mStreamInfo != NULL in get_bufs()
74 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in get_bufs()
148 if (stream->mStreamInfo != NULL in put_bufs()
149 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in put_bufs()
202 if (stream->mStreamInfo->is_secure == SECURE){ in invalidate_buf()
206 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in invalidate_buf()
239 if (stream->mStreamInfo->is_secure == SECURE){ in clean_invalidate_buf()
243 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in clean_invalidate_buf()
282 mStreamInfo(NULL), in QCameraStream()
609 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
[all …]
DQCameraStream.h126 cam_stream_info_t *mStreamInfo; // ptr to stream info buf variable
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraStream.cpp73 if (stream->mStreamInfo != NULL in get_bufs()
74 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in get_bufs()
148 if (stream->mStreamInfo != NULL in put_bufs()
149 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in put_bufs()
202 if (stream->mStreamInfo->is_secure == SECURE){ in invalidate_buf()
206 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in invalidate_buf()
239 if (stream->mStreamInfo->is_secure == SECURE){ in clean_invalidate_buf()
243 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) { in clean_invalidate_buf()
282 mStreamInfo(NULL), in QCameraStream()
609 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
[all …]
DQCameraStream.h126 cam_stream_info_t *mStreamInfo; // ptr to stream info buf variable
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraStream.cpp179 if (stream->mStreamInfo->is_secure != SECURE) in invalidate_buf()
206 if (stream->mStreamInfo->is_secure != SECURE) in clean_invalidate_buf()
239 mStreamInfo(NULL), in QCameraStream()
411 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0)); in init()
424 rc = calcOffset(mStreamInfo); in init()
446 mStreamInfo = NULL; in init()
631 if (crop_info.crop_info[i].stream_id == mStreamInfo->stream_svr_id) { in processZoomDone()
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()
[all …]
DQCameraStream.h118 cam_stream_info_t *mStreamInfo; // ptr to stream info buf variable
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Stream.cpp227 mStreamInfo(NULL), in QCamera3Stream()
342 mStreamInfo = in init()
344 memset(mStreamInfo, 0, sizeof(cam_stream_info_t)); in init()
345 mStreamInfo->stream_type = streamType; in init()
346 mStreamInfo->fmt = streamFormat; in init()
347 mStreamInfo->dim = streamDim; in init()
348 mStreamInfo->num_bufs = minNumBuffers; in init()
349 mStreamInfo->pp_config.feature_mask = postprocess_mask; in init()
350 mStreamInfo->is_type = is_type; in init()
351 mStreamInfo->pp_config.rotation = streamRotation; in init()
[all …]
DQCamera3HWI.cpp425 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface()
426 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface()
447 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface()
448 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface()
1126 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreamsPerfLocked()
1127 it != mStreamInfo.end(); it++) { in configureStreamsPerfLocked()
1422 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreamsPerfLocked()
1423 it != mStreamInfo.end(); it++) { in configureStreamsPerfLocked()
1448 mStreamInfo.push_back(stream_info); in configureStreamsPerfLocked()
1841 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreamsPerfLocked()
[all …]
DQCamera3Stream.h101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf variable
DQCamera3HWI.h406 List<stream_info_t*> mStreamInfo; variable
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.cpp227 mStreamInfo(NULL), in QCamera3Stream()
342 mStreamInfo = in init()
344 memset(mStreamInfo, 0, sizeof(cam_stream_info_t)); in init()
345 mStreamInfo->stream_type = streamType; in init()
346 mStreamInfo->fmt = streamFormat; in init()
347 mStreamInfo->dim = streamDim; in init()
348 mStreamInfo->num_bufs = minNumBuffers; in init()
349 mStreamInfo->pp_config.feature_mask = postprocess_mask; in init()
350 mStreamInfo->is_type = is_type; in init()
351 mStreamInfo->pp_config.rotation = streamRotation; in init()
[all …]
DQCamera3HWI.cpp425 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface()
426 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface()
447 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface()
448 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface()
1126 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreamsPerfLocked()
1127 it != mStreamInfo.end(); it++) { in configureStreamsPerfLocked()
1422 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreamsPerfLocked()
1423 it != mStreamInfo.end(); it++) { in configureStreamsPerfLocked()
1448 mStreamInfo.push_back(stream_info); in configureStreamsPerfLocked()
1841 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreamsPerfLocked()
[all …]
DQCamera3Stream.h101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf variable
DQCamera3HWI.h406 List<stream_info_t*> mStreamInfo; variable