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

  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 109 bool stream_on; member in struct:gsc_info
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 74 bool stream_on; member in struct:rotator_info
364 if (rotator_handle->src.stream_on == true) {
368 rotator_handle->src.stream_on = false;
371 if (rotator_handle->dst.stream_on == true) {
375 rotator_handle->dst.stream_on = false;
499 if (info->stream_on == true) {
504 info->stream_on = false;
900 if (rotator_handle->src.stream_on == false) {
905 rotator_handle->src.stream_on = true;
908 if (rotator_handle->dst.stream_on == false)
    [all...]

Completed in 345 milliseconds