HomeSort by relevance Sort by last modified time
    Searched refs:frameCnt (Results 1 - 4 of 4) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 290 void NotifyStreamOutput(int frameCnt);
293 void UpdateIspParameters(struct camera2_shot_ext *shot_ext, int frameCnt, ctl_request_info_t *ctl_info);
294 void RegisterTimestamp(int frameCnt, nsecs_t *frameTime);
295 nsecs_t GetTimestampByFrameCnt(int frameCnt);
297 uint8_t GetOutputStreamByFrameCnt(int frameCnt);
299 camera2_shot_ext * GetInternalShotExtByFrameCnt(int frameCnt);
303 int FindEntryIndexByFrameCnt(int frameCnt);
ExynosCameraHWInterface2.cpp 382 ALOGV("## RegisterReq DONE num(%d), insert(%d), processing(%d), frame(%d), (frameCnt(%d))",
447 ALOGV("## PrepareFrame DONE: frameOut(%d) frameCnt-req(%d) timestamp(%lld)", m_entryFrameOutputIndex,
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);
533 void RequestManager::NotifyStreamOutput(int frameCnt)
538 ALOGV("DEBUG(%s): frameCnt(%d)", __FUNCTION__, frameCnt);
540 index = FindEntryIndexByFrameCnt(frameCnt);
542 ALOGE("ERR(%s): Cannot find entry for frameCnt(%d)", __FUNCTION__, frameCnt);
545 ALOGV("DEBUG(%s): frameCnt(%d), last cnt (%d)", __FUNCTION__, frameCnt, entries[index].output_stream_count)
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 294 size_t frameCnt = mConfig.inputCfg.buffer.frameCount * 2; //always stereo here
297 for (size_t i = 0; i < frameCnt; i++) {
    [all...]

Completed in 170 milliseconds