Lines Matching defs:newEntry
352 request_manager_entry * newEntry = NULL;
357 newEntry = &(entries[newInsertionIndex]);
359 if (newEntry->status!=EMPTY) {
363 newEntry->status = REGISTERED;
364 newEntry->original_request = new_request;
365 memset(&(newEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
366 m_metadataConverter->ToInternalShot(new_request, &(newEntry->internal_shot));
367 newEntry->output_stream_count = 0;
368 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
369 newEntry->output_stream_count++;
371 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCC)
372 newEntry->output_stream_count++;
378 *afMode = (int)(newEntry->internal_shot.shot.ctl.aa.afMode);
379 afRegion[0] = newEntry->internal_shot.shot.ctl.aa.afRegions[0];
380 afRegion[1] = newEntry->internal_shot.shot.ctl.aa.afRegions[1];
381 afRegion[2] = newEntry->internal_shot.shot.ctl.aa.afRegions[2];
382 afRegion[3] = newEntry->internal_shot.shot.ctl.aa.afRegions[3];
384 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex, newEntry->internal_shot.shot.ctl.request.frameCount);
459 request_manager_entry * newEntry = NULL;
479 newEntry = &(entries[newProcessingIndex]);
480 request_shot = &(newEntry->internal_shot);
481 if (newEntry->status != REGISTERED) {
482 CAM_LOGD("DEBUG(%s)(%d): Circular buffer abnormal, numOfEntries(%d), status(%d)", __FUNCTION__, newProcessingIndex, m_numOfEntries, newEntry->status);
489 newEntry->status = REQUESTED;
501 targetStreamIndex = newEntry->internal_shot.shot.ctl.request.outputStreams[0];
526 shot_ext->shot.ctl.scaler.cropRegion[0] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[0];
527 shot_ext->shot.ctl.scaler.cropRegion[1] = newEntry
528 shot_ext->shot.ctl.scaler.cropRegion[2] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[2];
629 request_manager_entry * newEntry = &(entries[i]);
630 request_shot = &(newEntry->internal_shot);
654 request_manager_entry * newEntry = &(entries[index]);
655 request_shot = &(newEntry->internal_shot);
734 targetStreamIndex = newEntry->internal_shot.shot.ctl.request.outputStreams[0];