Lines Matching refs:pStream
3667 QCameraStream *pStream = NULL; in startRecording() local
3669 pStream = pMetaChannel->getStreamByIndex(i); in startRecording()
3670 if ((NULL != pStream) && in startRecording()
3671 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in startRecording()
3672 pMetaStream = pStream; in startRecording()
3700 QCameraStream *pStream = NULL; in startRecording() local
3702 pStream = pMetaChannel->getStreamByIndex(i); in startRecording()
3703 if ((NULL != pStream) && in startRecording()
3705 pStream->getMyType())) { in startRecording()
3706 pMetaStream = pStream; in startRecording()
4521 QCameraStream *pStream = NULL; in takePicture() local
4524 pStream = pChannel->getStreamByIndex(i); in takePicture()
4525 if (!pStream) in takePicture()
4527 if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takePicture()
4528 pPreviewStream = pStream; in takePicture()
4534 QCameraMemory *pMemory = pStream->getStreamBufs(); in takePicture()
4804 QCameraStream *pStream = NULL; in configureOnlineRotation() local
4811 pStream = stream; in configureOnlineRotation()
4816 if (NULL == pStream) { in configureOnlineRotation()
4821 streamId = pStream->getMyServerID(); in configureOnlineRotation()
5418 QCameraStream *pStream = NULL; in takeLiveSnapshot_internal() local
5420 pStream = pChannel->getStreamByIndex(i); in takeLiveSnapshot_internal()
5421 if ((NULL != pStream) && in takeLiveSnapshot_internal()
5422 (CAM_STREAM_TYPE_SNAPSHOT == pStream->getMyType())) { in takeLiveSnapshot_internal()
5426 if (pStream != NULL) { in takeLiveSnapshot_internal()
5432 rc = pStream->setParameter(param); in takeLiveSnapshot_internal()
5454 QCameraStream *pStream = NULL; in takeLiveSnapshot_internal() local
5456 pStream = pMetaChannel->getStreamByIndex(i); in takeLiveSnapshot_internal()
5457 if (NULL != pStream) { in takeLiveSnapshot_internal()
5458 if (CAM_STREAM_TYPE_METADATA == pStream->getMyType()) { in takeLiveSnapshot_internal()
5459 pMetaStream = pStream; in takeLiveSnapshot_internal()
5460 } else if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takeLiveSnapshot_internal()
5461 pPreviewStream = pStream; in takeLiveSnapshot_internal()
5548 QCameraStream *pStream = NULL; in cancelLiveSnapshot_internal() local
5550 pStream = pChannel->getStreamByIndex(i); in cancelLiveSnapshot_internal()
5551 if ((NULL != pStream) && in cancelLiveSnapshot_internal()
5553 pStream->getMyType())) { in cancelLiveSnapshot_internal()
5557 if (pStream != NULL) { in cancelLiveSnapshot_internal()
5563 rc = pStream->setParameter(param); in cancelLiveSnapshot_internal()
5632 QCameraStream *pStream = NULL; in sendCommand() local
5634 pStream = pChannel->getStreamByIndex(i); in sendCommand()
5635 if (pStream != NULL) { in sendCommand()
5636 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT)) { in sendCommand()
5637 pSnapStream = pStream; in sendCommand()
6693 QCameraStream *pStream = pChannel->getStreamByIndex(i); in prepareRawStream() local
6694 if (pStream != NULL) { in prepareRawStream()
6695 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in prepareRawStream()
6696 || (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW))) { in prepareRawStream()
6699 pStream->getFrameDimension(str_dim); in prepareRawStream()
6712 QCameraStream *pStream = curChannel->getStreamByIndex(i); in prepareRawStream() local
6713 if (pStream != NULL) { in prepareRawStream()
6714 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA)) in prepareRawStream()
6715 || (pStream->isTypeOf(CAM_STREAM_TYPE_POSTVIEW))) { in prepareRawStream()
6718 pStream->getFrameDimension(str_dim); in prepareRawStream()
9537 QCameraStream *pStream = NULL; in deferredWorkRoutine() local
9539 pStream = pChannel->getStreamByIndex(i); in deferredWorkRoutine()
9541 if ( NULL == pStream ) { in deferredWorkRoutine()
9546 if ( pStream->isTypeOf(streamType)) { in deferredWorkRoutine()
9547 if ( pStream->allocateBuffers() ) { in deferredWorkRoutine()
10282 QCameraStream *pStream = NULL; in startRAWChannel() local
10284 pStream = pMetaChannel->getStreamByIndex(i); in startRAWChannel()
10285 if ((NULL != pStream) && in startRAWChannel()
10286 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in startRAWChannel()
10287 pMetaStream = pStream; in startRAWChannel()