Searched defs:frameCnt (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp384 ALOGV("## RegisterReq DONE num(%d), insert(%d), processing(%d), frame(%d), (frameCnt(%d))",
449 ALOGV("## PrepareFrame DONE: frameOut(%d) frameCnt-req(%d) timestamp(%lld)", m_entryFrameOutputIndex,
535 void RequestManager::NotifyStreamOutput(int frameCnt) argument
540 ALOGV("DEBUG(%s): frameCnt(%d)", __FUNCTION__, frameCnt);
542 index = FindEntryIndexByFrameCnt(frameCnt);
544 ALOGE("ERR(%s): Cannot find entry for frameCnt(%d)", __FUNCTION__, frameCnt);
547 ALOGV("DEBUG(%s): frameCnt(%d), last cnt (%d)", __FUNCTION__, frameCnt, entrie
645 UpdateIspParameters(struct camera2_shot_ext *shot_ext, int frameCnt, ctl_request_info_t *ctl_info) argument
765 FindEntryIndexByFrameCnt(int frameCnt) argument
774 RegisterTimestamp(int frameCnt, nsecs_t * frameTime) argument
794 GetTimestampByFrameCnt(int frameCnt) argument
823 GetOutputStreamByFrameCnt(int frameCnt) argument
846 GetInternalShotExtByFrameCnt(int frameCnt) argument
[all...]

Completed in 113 milliseconds