Lines Matching full:internal_shot
316 entries[i].internal_shot.shot.ctl.request.frameCount = -1;
365 memset(&(newEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
366 m_metadataConverter->ToInternalShot(new_request, &(newEntry->internal_shot));
368 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
371 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCC)
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);
405 m_lastCompletedFrameCnt = currentEntry->internal_shot.shot.ctl.request.frameCount;
409 memset(&(currentEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
410 currentEntry->internal_shot.shot.ctl.request.frameCount = -1;
439 res = m_metadataConverter->ToDynamicMetadata(&(currentEntry->internal_shot),
449 currentEntry->internal_shot.shot.ctl.request.frameCount, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
480 request_shot = &(newEntry->internal_shot);
484 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);
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 internal_shot.shot.ctl.scaler.cropRegion[1];
528 shot_ext->shot.ctl.scaler.cropRegion[2] = newEntry->internal_shot.shot.ctl.scaler.cropRegion[2];
557 index, entries[index].internal_shot.shot.ctl.request.frameCount );
559 if (m_lastCompletedFrameCnt + 1 == entries[index].internal_shot.shot.ctl.request.frameCount)
617 if((entries[i].internal_shot.shot.ctl.request.frameCount == shot_ext->shot.ctl.request.frameCount)
630 request_shot = &(newEntry->internal_shot);
655 request_shot = &(newEntry->internal_shot);
734 targetStreamIndex = newEntry->internal_shot.shot.ctl.request.outputStreams[0];
762 if (entries[i].internal_shot.shot.ctl.request.frameCount == frameCnt)
777 if (currentEntry->internal_shot.isReprocessing == 1) {
779 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
781 currentEntry->internal_shot.shot.dm.sensor.timeStamp = *((uint64_t*)frameTime);
783 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
808 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp;
837 return currentEntry->internal_shot.shot.ctl.request.outputStreams[0];
860 return ¤tEntry->internal_shot;
874 if(entries[i].internal_shot.shot.ctl.request.frameCount != shot_ext->shot.ctl.request.frameCount)
879 return entries[i].internal_shot.shot.ctl.request.frameCount;
916 currentEntry->status, currentEntry->internal_shot.shot.ctl.request.frameCount,
918 currentEntry->internal_shot.shot.ctl.request.outputStreams[0]);