Home | History | Annotate | Download | only in libcamera2

Lines Matching defs:currentEntry

392     request_manager_entry * currentEntry;
398 currentEntry = &(entries[frame_index]);
399 if (currentEntry->status != COMPLETED) {
401 m_entryProcessingIndex, frame_index,(int)(currentEntry->status));
404 if (deregistered_request) *deregistered_request = currentEntry->original_request;
406 m_lastCompletedFrameCnt = currentEntry->internal_shot.shot.ctl.request.frameCount;
408 currentEntry->status = EMPTY;
409 currentEntry->original_request = NULL;
410 memset(&(currentEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
411 currentEntry->internal_shot.shot.ctl.request.frameCount = -1;
412 currentEntry->output_stream_count = 0;
428 request_manager_entry * currentEntry = &(entries[tempFrameOutputIndex]);
432 if (currentEntry->status != COMPLETED) {
433 ALOGV("DBG(%s): Circular buffer abnormal status(%d)", __FUNCTION__, (int)(currentEntry->status));
440 res = m_metadataConverter->ToDynamicMetadata(&(currentEntry->internal_shot),
450 currentEntry->internal_shot.shot.ctl.request.frameCount, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
777 request_manager_entry * currentEntry = &(entries[index]);
778 if (currentEntry->internal_shot.isReprocessing == 1) {
780 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
782 currentEntry->internal_shot.shot.dm.sensor.timeStamp = *((uint64_t*)frameTime);
784 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
808 request_manager_entry * currentEntry = &(entries[index]);
809 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp;
837 request_manager_entry * currentEntry = &(entries[index]);
838 return currentEntry->internal_shot.shot.ctl.request.outputStreams[0];
860 request_manager_entry * currentEntry = &(entries[index]);
861 return &currentEntry->internal_shot;
909 request_manager_entry * currentEntry;
915 currentEntry = &(entries[i]);
917 currentEntry->status, currentEntry->internal_shot.shot.ctl.request.frameCount,
918 currentEntry->output_stream_count,
919 currentEntry->internal_shot.shot.ctl.request.outputStreams[0]);
5763 camera2_shot_ext *currentEntry)
5765 camera2_dm *dm = &(currentEntry->shot.dm);
5766 camera2_ctl *ctl = &(currentEntry->shot.ctl);
5871 if (currentEntry->awb_mode_dm == AA_AWBMODE_WB_AUTO)
5947 memcpy(exifInfo->gps_processing_method, currentEntry->gpsProcessingMethod, 32);