Searched refs:isTypeOf (Results 1 – 6 of 6) sorted by relevance
317 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in start()318 || (pStream->isTypeOf(CAM_STREAM_TYPE_OFFLINE_PROC))) { in start()584 (mStreams[i]->isTypeOf(CAM_STREAM_TYPE_PREVIEW) || in UpdateStreamBasedParameters()603 (mStreams[i]->isTypeOf(CAM_STREAM_TYPE_VIDEO) || in UpdateStreamBasedParameters()622 (mStreams[i]->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) || in UpdateStreamBasedParameters()624 mStreams[i]->isTypeOf(CAM_STREAM_TYPE_POSTVIEW) || in UpdateStreamBasedParameters()876 if (mStreams[i] != NULL && mStreams[i]->isTypeOf(CAM_STREAM_TYPE_VIDEO)) { in releaseFrame()990 if (param.getofflineRAW() && !((pStream->isTypeOf(CAM_STREAM_TYPE_RAW)) in addReprocStreamsFromSource()991 || (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW)) in addReprocStreamsFromSource()992 || (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in addReprocStreamsFromSource()[all …]
399 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) || in createJpegSession()405 (pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW) || in createJpegSession()406 pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW) || in createJpegSession()424 if (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW) || in createJpegSession()426 pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW) || in createJpegSession()1951 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) || in queryStreams()1953 pStream->isTypeOf(CAM_STREAM_TYPE_VIDEO) || in queryStreams()1960 (pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW) || in queryStreams()1961 pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW) || in queryStreams()1967 if (pStream->isTypeOf(CAM_STREAM_TYPE_OFFLINE_PROC) ) { in queryStreams()[all …]
87 bool isTypeOf(cam_stream_type_t type);
192 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in zsl_channel_cb()233 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in zsl_channel_cb()311 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in selectScene()333 if (pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW)) { in selectScene()433 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in capture_channel_cb_routine()468 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()
5636 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT)) { in sendCommand()6695 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in prepareRawStream()6696 || (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW))) { in prepareRawStream()6714 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in prepareRawStream()6715 || (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW))) { in prepareRawStream()9546 if ( pStream->isTypeOf(streamType)) { in deferredWorkRoutine()
2256 bool QCameraStream::isTypeOf(cam_stream_type_t type) in isTypeOf() function in qcamera::QCameraStream