Home
last modified time | relevance | path

Searched refs:isTypeOf (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraChannel.cpp313 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in start()
314 || (pStream->isTypeOf(CAM_STREAM_TYPE_OFFLINE_PROC))) { in start()
580 (mStreams[i]->isTypeOf(CAM_STREAM_TYPE_PREVIEW) || in UpdateStreamBasedParameters()
599 (mStreams[i]->isTypeOf(CAM_STREAM_TYPE_VIDEO) || in UpdateStreamBasedParameters()
618 (mStreams[i]->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) || in UpdateStreamBasedParameters()
620 mStreams[i]->isTypeOf(CAM_STREAM_TYPE_POSTVIEW) || in UpdateStreamBasedParameters()
872 if (mStreams[i] != NULL && mStreams[i]->isTypeOf(CAM_STREAM_TYPE_VIDEO)) { in releaseFrame()
987 if (param.getofflineRAW() && !((pStream->isTypeOf(CAM_STREAM_TYPE_RAW)) in addReprocStreamsFromSource()
988 || (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW)) in addReprocStreamsFromSource()
989 || (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in addReprocStreamsFromSource()
[all …]
DQCameraPostProc.cpp397 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) || in createJpegSession()
403 (pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW) || in createJpegSession()
404 pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW) || in createJpegSession()
422 if (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW) || in createJpegSession()
424 pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW) || in createJpegSession()
1947 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) || in queryStreams()
1949 pStream->isTypeOf(CAM_STREAM_TYPE_VIDEO) || in queryStreams()
1956 (pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW) || in queryStreams()
1957 pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW) || in queryStreams()
1963 if (pStream->isTypeOf(CAM_STREAM_TYPE_OFFLINE_PROC) ) { in queryStreams()
[all …]
DQCameraStream.h87 bool isTypeOf(cam_stream_type_t type);
DQCamera2HWICallbacks.cpp195 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in zsl_channel_cb()
236 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in zsl_channel_cb()
314 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in selectScene()
336 if (pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW)) { in selectScene()
435 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in capture_channel_cb_routine()
470 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT)) { in capture_channel_cb_routine()
1638 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in snapshot_channel_cb_routine()
1769 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in raw_channel_cb_routine()
DQCamera2HWI.cpp5524 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT)) { in sendCommand()
6581 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in prepareRawStream()
6582 || (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW))) { in prepareRawStream()
6600 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in prepareRawStream()
6601 || (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW))) { in prepareRawStream()
9416 if ( pStream->isTypeOf(streamType)) { in deferredWorkRoutine()
DQCameraStream.cpp2191 bool QCameraStream::isTypeOf(cam_stream_type_t type) in isTypeOf() function in qcamera::QCameraStream