OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_fmt
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp
113
fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.
out_fmt
;
115
fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.
out_fmt
;
164
pstConfig->pix.enc_fmt.
out_fmt
= fmt.fmt.pix_mp.pixelformat;
166
pstConfig->pix.dec_fmt.
out_fmt
= fmt.fmt.pix_mp.pixelformat;
460
switch (t_stJpegConfig.pix.dec_fmt.
out_fmt
) {
470
JPEG_ERROR_LOG("%s::Invalid input color format(%d) fail\n", __func__, t_stJpegConfig.pix.dec_fmt.
out_fmt
);
582
t_stJpegConfig.pix.dec_fmt.
out_fmt
= iV4l2ColorFormat;
627
t_stJpegConfig.pix.enc_fmt.
out_fmt
= iV4l2JpegFormat;
654
iFormat = t_stJpegConfig.pix.dec_fmt.
out_fmt
;
ExynosJpegDecoder.cpp
190
t_stJpegConfig.pix.dec_fmt.
out_fmt
,
[
all
...]
/hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h
84
int
out_fmt
;
member in struct:ExynosJpegBase::PIX_FMT
Completed in 353 milliseconds