Home | History | Annotate | Download | only in client2

Lines Matching defs:streamInfo

164         CameraDeviceBase::StreamInfo streamInfo;
165 res = device->getStreamInfo(mPreviewStreamId, &streamInfo);
171 if (streamInfo.width != (uint32_t)params.previewWidth ||
172 streamInfo.height != (uint32_t)params.previewHeight) {
174 __FUNCTION__, mId, streamInfo.width, streamInfo.height,
314 CameraDeviceBase::StreamInfo streamInfo;
315 res = device->getStreamInfo(mRecordingStreamId, &streamInfo);
324 streamInfo.width != (uint32_t)params.videoWidth ||
325 streamInfo.height != (uint32_t)params.videoHeight ||
326 !streamInfo.matchFormat((uint32_t)params.videoFormat) ||
327 !streamInfo.matchDataSpace(params.videoDataSpace)) {
348 CameraDeviceBase::StreamInfo streamInfo;
349 res = device->getStreamInfo(mRecordingStreamId, &streamInfo);
356 if (streamInfo.width != (uint32_t)params.videoWidth ||
357 streamInfo.height != (uint32_t)params.videoHeight ||
358 !streamInfo.matchFormat((uint32_t)params.videoFormat) ||
359 !streamInfo.matchDataSpace(params.videoDataSpace)) {