Lines Matching refs:it
420 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local
421 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface()
422 QCamera3ProcessingChannel *channel = (*it)->channel; in ~QCamera3HardwareInterface()
442 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local
443 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface()
444 QCamera3ProcessingChannel *channel = (*it)->channel; in ~QCamera3HardwareInterface()
447 free (*it); in ~QCamera3HardwareInterface()
1099 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreamsPerfLocked() local
1100 it != mStreamInfo.end(); it++) { in configureStreamsPerfLocked()
1101 QCamera3ProcessingChannel *channel = (QCamera3ProcessingChannel*)(*it)->stream->priv; in configureStreamsPerfLocked()
1105 (*it)->status = INVALID; in configureStreamsPerfLocked()
1395 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreamsPerfLocked() local
1396 it != mStreamInfo.end(); it++) { in configureStreamsPerfLocked()
1397 if ((*it)->stream == newStream) { in configureStreamsPerfLocked()
1399 (QCamera3ProcessingChannel*)(*it)->stream->priv; in configureStreamsPerfLocked()
1403 (*it)->status = VALID; in configureStreamsPerfLocked()
1404 (*it)->stream->priv = NULL; in configureStreamsPerfLocked()
1405 (*it)->channel = NULL; in configureStreamsPerfLocked()
1814 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreamsPerfLocked() local
1815 it != mStreamInfo.end(); it++) { in configureStreamsPerfLocked()
1816 if ((*it)->stream == newStream) { in configureStreamsPerfLocked()
1817 (*it)->channel = (QCamera3ProcessingChannel*) newStream->priv; in configureStreamsPerfLocked()
2074 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in deriveMinFrameDuration() local
2075 it != mStreamInfo.end(); it++) { in deriveMinFrameDuration()
2078 if ((*it)->stream->stream_type == CAMERA3_STREAM_INPUT) in deriveMinFrameDuration()
2081 int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height); in deriveMinFrameDuration()
2082 if ((*it)->stream->format == HAL_PIXEL_FORMAT_BLOB) { in deriveMinFrameDuration()
2085 } else if ((*it)->stream->format == HAL_PIXEL_FORMAT_RAW_OPAQUE || in deriveMinFrameDuration()
2086 (*it)->stream->format == HAL_PIXEL_FORMAT_RAW10 || in deriveMinFrameDuration()
2087 (*it)->stream->format == HAL_PIXEL_FORMAT_RAW16) { in deriveMinFrameDuration()
3153 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in processCaptureRequest() local
3154 it != mStreamInfo.end(); it++) { in processCaptureRequest()
3155 QCamera3Channel *channel = (QCamera3Channel *)(*it)->stream->priv; in processCaptureRequest()
3170 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in processCaptureRequest() local
3171 it != mStreamInfo.end(); it++) { in processCaptureRequest()
3172 QCamera3Channel *channel = (QCamera3Channel *)(*it)->stream->priv; in processCaptureRequest()
3267 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in processCaptureRequest() local
3268 it != mStreamInfo.end(); it++) { in processCaptureRequest()
3269 QCamera3Channel *channel = (QCamera3Channel *)(*it)->stream->priv; in processCaptureRequest()
3285 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in processCaptureRequest() local
3286 it != mStreamInfo.end(); it++) { in processCaptureRequest()
3288 (QCamera3Channel *)(*it)->stream->priv; in processCaptureRequest()
3884 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in getReprocessibleOutputStreamId() local
3885 it != mStreamInfo.end(); it++) { in getReprocessibleOutputStreamId()
3887 camera3_stream_t *stream = (*it)->stream; in getReprocessibleOutputStreamId()
3893 CDBG("%s: Found reprocessible output stream! %p", __func__, *it); in getReprocessibleOutputStreamId()
5103 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in cleanAndSortStreamInfo() local
5104 it != mStreamInfo.end();) { in cleanAndSortStreamInfo()
5105 if(((*it)->status) == INVALID){ in cleanAndSortStreamInfo()
5106 QCamera3Channel *channel = (QCamera3Channel*)(*it)->stream->priv; in cleanAndSortStreamInfo()
5108 free(*it); in cleanAndSortStreamInfo()
5109 it = mStreamInfo.erase(it); in cleanAndSortStreamInfo()
5111 it++; in cleanAndSortStreamInfo()
5116 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in cleanAndSortStreamInfo() local
5117 it != mStreamInfo.end();) { in cleanAndSortStreamInfo()
5118 if ((*it)->stream->format != HAL_PIXEL_FORMAT_RAW_OPAQUE && in cleanAndSortStreamInfo()
5119 (*it)->stream->format != HAL_PIXEL_FORMAT_RAW10 && in cleanAndSortStreamInfo()
5120 (*it)->stream->format != HAL_PIXEL_FORMAT_RAW16) { in cleanAndSortStreamInfo()
5121 newStreamInfo.push_back(*it); in cleanAndSortStreamInfo()
5122 it = mStreamInfo.erase(it); in cleanAndSortStreamInfo()
5124 it++; in cleanAndSortStreamInfo()
5127 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in cleanAndSortStreamInfo() local
5128 it != mStreamInfo.end();) { in cleanAndSortStreamInfo()
5129 newStreamInfo.push_back(*it); in cleanAndSortStreamInfo()
5130 it = mStreamInfo.erase(it); in cleanAndSortStreamInfo()
9191 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in stopAllChannels() local
9192 it != mStreamInfo.end(); it++) { in stopAllChannels()
9193 QCamera3Channel *channel = (QCamera3Channel *)(*it)->stream->priv; in stopAllChannels()
9195 (*it)->status = INVALID; in stopAllChannels()
9241 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in startAllChannels() local
9242 it != mStreamInfo.end(); it++) { in startAllChannels()
9243 QCamera3Channel *channel = (QCamera3Channel *)(*it)->stream->priv; in startAllChannels()
9488 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in setBundleInfo() local
9489 it != mStreamInfo.end(); it++) { in setBundleInfo()
9490 QCamera3Channel *channel = (QCamera3Channel *)(*it)->stream->priv; in setBundleInfo()