OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_stJpegConfig
(Results
1 - 4
of
4
) sorted by null
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp
116
if (
t_stJpegConfig
.width == 0 &&
t_stJpegConfig
.height == 0) {
120
*piW =
t_stJpegConfig
.width;
121
*piH =
t_stJpegConfig
.height;
128
return
t_stJpegConfig
.pix.enc_fmt.in_fmt;
160
t_stJpegConfig
.enc_qual = QUALITY_LEVEL_1;
162
t_stJpegConfig
.enc_qual = QUALITY_LEVEL_2;
164
t_stJpegConfig
.enc_qual = QUALITY_LEVEL_3;
166
t_stJpegConfig
.enc_qual = QUALITY_LEVEL_4;
179
iSize =
t_stJpegConfig
.sizeJpeg
[
all
...]
ExynosJpegBase.cpp
253
(
t_stJpegConfig
.mode == MODE_ENCODE)) {
254
t_stJpegConfig
.sizeJpeg = buf.m.planes[0].bytesused;
360
memset(&
t_stJpegConfig
, 0, sizeof(struct CONFIG));
364
t_stJpegConfig
.mode = eMode;
424
t_stJpegConfig
.width = iW;
425
t_stJpegConfig
.height = iH;
440
memcpy(&
t_stJpegConfig
, pConfig, sizeof(struct CONFIG));
444
switch (
t_stJpegConfig
.pix.enc_fmt.in_fmt) {
454
JPEG_ERROR_LOG("%s::Invalid input color format(%d) fail\n", __func__,
t_stJpegConfig
.pix.enc_fmt.in_fmt);
460
switch (
t_stJpegConfig
.pix.dec_fmt.out_fmt)
[
all
...]
ExynosJpegDecoder.cpp
119
int iRet = t_v4l2GetFmt(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, &
t_stJpegConfig
);
125
*piW =
t_stJpegConfig
.width;
126
*piH =
t_stJpegConfig
.height;
162
t_stJpegConfig
.scaled_width = iW;
163
t_stJpegConfig
.scaled_height = iH;
178
t_stJpegConfig
.sizeJpeg = iJpegSize;
190
t_stJpegConfig
.pix.dec_fmt.out_fmt,
191
t_stJpegConfig
.scaled_width,
192
t_stJpegConfig
.scaled_height);
[
all
...]
/hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h
123
struct CONFIG
t_stJpegConfig
;
Completed in 321 milliseconds