Lines Matching full:internal_shot
315 entries[i].internal_shot.shot.ctl.request.frameCount = -1;
364 memset(&(newEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
365 m_metadataConverter->ToInternalShot(new_request, &(newEntry->internal_shot));
367 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
370 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCC)
377 *afMode = (int)(newEntry->internal_shot.shot.ctl.aa.afMode);
378 afRegion[0] = newEntry->internal_shot.shot.ctl.aa.afRegions[0];
379 afRegion[1] = newEntry->internal_shot.shot.ctl.aa.afRegions[1];
380 afRegion[2] = newEntry->internal_shot.shot.ctl.aa.afRegions[2];
381 afRegion[3] = newEntry->internal_shot.shot.ctl.aa.afRegions[3];
383 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex, newEntry->internal_shot.shot.ctl.request.frameCount);
404 m_lastCompletedFrameCnt = currentEntry->internal_shot.shot.ctl.request.frameCount;
408 memset(&(currentEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
409 currentEntry->internal_shot.shot.ctl.request.frameCount = -1;
438 res = m_metadataConverter->ToDynamicMetadata(&(currentEntry->internal_shot),
448 currentEntry->internal_shot.shot.ctl.request.frameCount, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
479 request_shot = &(newEntry->internal_shot);
483 CAM_LOGD("DBG: entrie[%d].stream output cnt = %d, framecnt(%d)", i, entries[i].output_stream_count, entries[i].internal_shot.shot.ctl.request.frameCount);
500 targetStreamIndex = newEntry->internal_shot.shot.ctl.request.outputStreams[0];
525 shot_ext->shot.ctl.scaler.cropRegion[0] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[0];
526 shot_ext->shot.ctl.scaler.cropRegion[1] = newEntry->internal_shot
527 shot_ext->shot.ctl.scaler.cropRegion[2] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[2];
556 index, entries[index].internal_shot.shot.ctl.request.frameCount );
558 if (m_lastCompletedFrameCnt + 1 == entries[index].internal_shot.shot.ctl.request.frameCount)
616 if((entries[i].internal_shot.shot.ctl.request.frameCount == shot_ext->shot.ctl.request.frameCount)
629 request_shot = &(newEntry->internal_shot);
654 request_shot = &(newEntry->internal_shot);
733 targetStreamIndex = newEntry->internal_shot.shot.ctl.request.outputStreams[0];
761 if (entries[i].internal_shot.shot.ctl.request.frameCount == frameCnt)
776 if (currentEntry->internal_shot.isReprocessing == 1) {
778 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
780 currentEntry->internal_shot.shot.dm.sensor.timeStamp = *((uint64_t*)frameTime);
782 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
807 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp;
836 return currentEntry->internal_shot.shot.ctl.request.outputStreams[0];
859 return ¤tEntry->internal_shot;
873 if(entries[i].internal_shot.shot.ctl.request.frameCount != shot_ext->shot.ctl.request.frameCount)
878 return entries[i].internal_shot.shot.ctl.request.frameCount;
915 currentEntry->status, currentEntry->internal_shot.shot.ctl.request.frameCount,
917 currentEntry->internal_shot.shot.ctl.request.outputStreams[0]);