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

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 232 int output_stream_count; member in struct:android::request_manager_entry
ExynosCameraHWInterface2.cpp 362 newEntry->output_stream_count = 0;
364 newEntry->output_stream_count++;
367 newEntry->output_stream_count++;
405 currentEntry->output_stream_count = 0;
477 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);
539 ALOGV("DEBUG(%s): frameCnt(%d), last cnt (%d)", __FUNCTION__, frameCnt, entries[index].output_stream_count);
541 entries[index].output_stream_count--; //TODO : match stream id also
548 && (entries[index].output_stream_count <= 0)){
909 currentEntry->output_stream_count,
    [all...]

Completed in 39 milliseconds