OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_on
(Results
1 - 3
of
3
) sorted by null
/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
...]
/hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c
483
if (gsc_handle->src.
stream_on
== true) {
487
gsc_handle->src.
stream_on
= false;
[
all
...]
exynos_gsc_utils.h
109
bool
stream_on
;
member in struct:gsc_info
Completed in 9325 milliseconds