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

/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h109 bool stream_on; member in struct:gsc_info
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c74 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
[all...]

Completed in 604 milliseconds