OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gsc_fd
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c
525
if (0 < gsc_handle->
gsc_fd
)
526
close(gsc_handle->
gsc_fd
);
527
gsc_handle->
gsc_fd
= 0;
557
gsc_handle->
gsc_fd
= m_exynos_gsc_m2m_create(i);
558
if (gsc_handle->
gsc_fd
< 0) {
559
gsc_handle->
gsc_fd
= 0;
720
gsc_handle->
gsc_fd
= 0;
813
gsc_handle->
gsc_fd
= -1;
898
gsc_handle->
gsc_fd
= -1;
935
gsc_handle->
gsc_fd
= m_exynos_gsc_m2m_create(dev_num)
[
all
...]
exynos_gsc_utils.h
122
int
gsc_fd
;
member in struct:GSC_HANDLE
Completed in 34 milliseconds