Lines Matching refs:pStream
164 QCameraStream *pStream = pChannel->getStreamByHandle(raw_frame->stream_id); in zsl_channel_cb() local
165 if (NULL != pStream) { in zsl_channel_cb()
166 pme->dumpFrameToFile(pStream, raw_frame, QCAMERA_DUMP_FRM_RAW); in zsl_channel_cb()
176 QCameraStream *pStream = pChannel->getStreamByHandle(yuv_frame->stream_id); in zsl_channel_cb() local
177 if (NULL != pStream) { in zsl_channel_cb()
178 pme->dumpFrameToFile(pStream, yuv_frame, QCAMERA_DUMP_FRM_INPUT_REPROCESS); in zsl_channel_cb()
190 QCameraStream *pStream = pChannel->getStreamByHandle(frame->bufs[i]->stream_id); in zsl_channel_cb() local
191 if (pStream != NULL) { in zsl_channel_cb()
192 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in zsl_channel_cb()
229 QCameraStream *pStream = NULL; in zsl_channel_cb() local
231 pStream = pChannel->getStreamByHandle(frame->bufs[i]->stream_id); in zsl_channel_cb()
232 if (pStream != NULL) { in zsl_channel_cb()
233 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in zsl_channel_cb()
237 pme->dumpMetadataToFile(pStream, pMetaFrame, (char *) "ZSL_Snapshot"); in zsl_channel_cb()
249 QCameraStream *pStream = NULL; in zsl_channel_cb() local
251 pStream = pChannel->getStreamByHandle(frame->bufs[i]->stream_id); in zsl_channel_cb()
252 if (pStream != NULL ) { in zsl_channel_cb()
256 pStream->getMyType(), in zsl_channel_cb()
294 QCameraStream *pStream = NULL; in selectScene() local
309 pStream = pChannel->getStreamByHandle(frame->bufs[i]->stream_id); in selectScene()
310 if (pStream != NULL) { in selectScene()
311 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in selectScene()
331 pStream = pChannel->getStreamByHandle(frame->bufs[i]->stream_id); in selectScene()
332 if (pStream != NULL) { in selectScene()
333 if (pStream->isTypeOf(CAM_STREAM_TYPE_PREVIEW)) { in selectScene()
343 rc = sendPreviewCallback(pStream, memory, idx); in selectScene()
417 QCameraStream *pStream = pChannel->getStreamByHandle(yuv_frame->stream_id); in capture_channel_cb_routine() local
418 if ( NULL != pStream ) { in capture_channel_cb_routine()
419 pme->dumpFrameToFile(pStream, yuv_frame, QCAMERA_DUMP_FRM_INPUT_REPROCESS); in capture_channel_cb_routine()
429 QCameraStream *pStream = NULL; in capture_channel_cb_routine() local
431 pStream = pChannel->getStreamByHandle(frame->bufs[i]->stream_id); in capture_channel_cb_routine()
432 if (pStream != NULL) { in capture_channel_cb_routine()
433 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in capture_channel_cb_routine()
437 pme->dumpMetadataToFile(pStream, pMetaFrame, (char *) "Snapshot"); in capture_channel_cb_routine()
465 QCameraStream *pStream = in capture_channel_cb_routine() local
467 if (pStream != NULL) { in capture_channel_cb_routine()
468 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT)) { in capture_channel_cb_routine()
469 main_stream = pStream; in capture_channel_cb_routine()
497 QCameraStream * pStream) { in TsMakeupProcess_Preview() argument
500 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess_Preview()
504 bRet = TsMakeupProcess(pFrame, pStream, mFaceRect); in TsMakeupProcess_Preview()
511 QCameraStream * pStream) { in TsMakeupProcess_Snapshot() argument
514 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess_Snapshot()
520 pStream->getFrameOffset(offset); in TsMakeupProcess_Snapshot()
523 pStream->getFrameDimension(dim); in TsMakeupProcess_Snapshot()
538 pStream->getFormat(fmt); in TsMakeupProcess_Snapshot()
550 bRet = TsMakeupProcess(pFrame,pStream,faceRect); in TsMakeupProcess_Snapshot()
564 QCameraStream * pStream,TSRect& faceRect) { in TsMakeupProcess() argument
567 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess()
578 pStream->getFrameDimension(dim); in TsMakeupProcess()
579 pStream->getFrameOffset(offset); in TsMakeupProcess()
1634 QCameraStream *pStream = NULL; in snapshot_channel_cb_routine() local
1636 pStream = pChannel->getStreamByHandle(super_frame->bufs[i]->stream_id); in snapshot_channel_cb_routine()
1637 if (pStream != NULL) { in snapshot_channel_cb_routine()
1638 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in snapshot_channel_cb_routine()
1642 pme->dumpMetadataToFile(pStream, pMetaFrame, (char *) "Snapshot"); in snapshot_channel_cb_routine()
1765 QCameraStream *pStream = NULL; in raw_channel_cb_routine() local
1767 pStream = pChannel->getStreamByHandle(super_frame->bufs[i]->stream_id); in raw_channel_cb_routine()
1768 if (pStream != NULL) { in raw_channel_cb_routine()
1769 if (pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) { in raw_channel_cb_routine()
1773 pme->dumpMetadataToFile(pStream, pMetaFrame, (char *) "raw"); in raw_channel_cb_routine()