Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:currentEntry

391     request_manager_entry * currentEntry;
397 currentEntry = &(entries[frame_index]);
398 if (currentEntry->status != COMPLETED) {
400 m_entryProcessingIndex, frame_index,(int)(currentEntry->status));
403 if (deregistered_request) *deregistered_request = currentEntry->original_request;
405 m_lastCompletedFrameCnt = currentEntry->internal_shot.shot.ctl.request.frameCount;
407 currentEntry->status = EMPTY;
408 currentEntry->original_request = NULL;
409 memset(&(currentEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
410 currentEntry->internal_shot.shot.ctl.request.frameCount = -1;
411 currentEntry->output_stream_count = 0;
427 request_manager_entry * currentEntry = &(entries[tempFrameOutputIndex]);
431 if (currentEntry->status != COMPLETED) {
432 ALOGV("DBG(%s): Circular buffer abnormal status(%d)", __FUNCTION__, (int)(currentEntry->status));
439 res = m_metadataConverter->ToDynamicMetadata(&(currentEntry->internal_shot),
449 currentEntry->internal_shot.shot.ctl.request.frameCount, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
776 request_manager_entry * currentEntry = &(entries[index]);
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);
807 request_manager_entry * currentEntry = &(entries[index]);
808 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp;
836 request_manager_entry * currentEntry = &(entries[index]);
837 return currentEntry->internal_shot.shot.ctl.request.outputStreams[0];
859 request_manager_entry * currentEntry = &(entries[index]);
860 return &currentEntry->internal_shot;
908 request_manager_entry * currentEntry;
914 currentEntry = &(entries[i]);
916 currentEntry->status, currentEntry->internal_shot.shot.ctl.request.frameCount,
917 currentEntry->output_stream_count,
918 currentEntry->internal_shot.shot.ctl.request.outputStreams[0]);
5758 camera2_shot_ext *currentEntry)
5760 camera2_dm *dm = &(currentEntry->shot.dm);
5761 camera2_ctl *ctl = &(currentEntry->shot.ctl);
5864 if (currentEntry->awb_mode_dm == AA_AWBMODE_WB_AUTO)
5940 memcpy(exifInfo->gps_processing_method, currentEntry->gpsProcessingMethod, 32);