OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_ver
(Results
1 - 2
of
2
) sorted by null
/device/samsung/crespo/include/
s5p_fimc.h
141
unsigned int
hw_ver
;
member in struct:_s5p_fimc_t
145
int fimc_v4l2_set_src(int fd, unsigned int
hw_ver
, s5p_fimc_img_info *src);
/device/samsung/crespo/libhwcomposer/
SecHWCUtils.cpp
205
int fimc_v4l2_set_src(int fd, unsigned int
hw_ver
, s5p_fimc_img_info *src)
231
if (0x50 ==
hw_ver
) {
635
params->src.width = widthOfPP(fimc->
hw_ver
, src_color_space, src_rect->w);
660
widthOfPP(fimc->
hw_ver
, dst_color_space, dst_rect->w);
671
widthOfPP(fimc->
hw_ver
, dst_color_space, dst_rect->h);
673
widthOfPP(fimc->
hw_ver
, dst_color_space, dst_rect->w);
675
if (0x50 > fimc->
hw_ver
)
686
widthOfPP(fimc->
hw_ver
, dst_color_space, dst_rect->w);
697
widthOfPP(fimc->
hw_ver
, dst_color_space, dst_rect->h);
699
widthOfPP(fimc->
hw_ver
, dst_color_space, dst_rect->w)
[
all
...]
Completed in 137 milliseconds