Searched refs:quality (Results 1 - 25 of 45) sorted by relevance

12

/hardware/intel/common/libva/va/
H A Dva_enc_jpeg.h107 /** \brief number from 1 to 100 that specifies quality of image. */
108 unsigned char quality; member in struct:_VAEncPictureParameterBufferJPEG
/hardware/qcom/camera/usbcamcore/src/
H A DQCameraUsbParm.cpp214 //Set picture quality
230 //Set Thumbnail quality
632 * Description: This function parses picture and thumbnail JPEG quality and
648 int rc = 0, quality = 0; local
653 quality = params.getInt(QCameraParameters::KEY_JPEG_QUALITY);
654 ALOGI("%s: Requested picture qlty %d", __func__, quality);
656 if (quality >= 0 && quality <= 100) {
657 camHal->pictJpegQlty = quality;
659 camHal->qCamParams.set(QCameraParameters::KEY_JPEG_QUALITY, quality);
[all...]
/hardware/intel/img/psb_video/src/
H A Dvsp_VPP.c157 [QCIF_TO_QVGA] = { .quality = SHARPEN_ON },
158 [QVGA_TO_VGA] = { .quality = SHARPEN_ON },
159 [VGA_TO_SD] = { .quality = SHARPEN_ON },
160 [SD_TO_720P] = { .quality = SHARPEN_ON },
161 [HD720P_TO_1080P] = { .quality = SHARPEN_ON }
180 [QCIF_TO_QVGA] = { .quality = SHARPEN_ON },
181 [QVGA_TO_VGA] = { .quality = SHARPEN_ON },
182 [VGA_TO_SD] = { .quality = SHARPEN_ON },
183 [SD_TO_720P] = { .quality = SHARPEN_ON },
184 [HD720P_TO_1080P] = { .quality
[all...]
H A Dvsp_fw.h75 int quality; member in struct:VssProcSharpenParameterBuffer
103 enum VssFrcQuality quality; member in struct:VssProcFrcParameterBuffer
602 uint32_t quality; member in struct:VssVp8encEncodedFrame
H A Dpnw_jpeg.c348 (pBuffer->quality > 100))
351 /* Set quality */
352 if (pBuffer->quality != 0) { /* Quality value is set */
355 pBuffer->quality);
H A Dtng_jpegES.c1298 (pBuffer->quality > 100))
1301 /* Set quality */
1302 if (pBuffer->quality != 0) { /* Quality value is set */
1305 pBuffer->quality);
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A DQOMX_JpegExtensions.h187 * @quality - JPEG Q factor value in the range of 1-100. A factor of 1
188 * produces the smallest, worst quality images, and a factor
189 * of 100 produces the largest, best quality images. A
190 * typical default is 75 for small good quality images.
206 OMX_U32 quality; member in struct:__anon2796
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h171 /* jpeg quality: range 0~100 */
172 uint32_t quality; member in struct:__anon2542
174 /* jpeg thumbnail quality: range 0~100 */
/hardware/ti/omap4-aah/camera/inc/
H A DEncoder_libjpeg.h132 int quality; member in struct:Ti::Camera::Encoder_libjpeg::params
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h116 int quality; member in struct:android::Encoder_libjpeg::params
/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp452 (src == NULL) || (input->dst == NULL) || (input->quality < 1) || (input->src_size < 1) ||
496 jpeg_set_quality(&cinfo, input->quality, TRUE);
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp384 (src == NULL) || (input->dst == NULL) || (input->quality < 1) || (input->src_size < 1) ||
426 jpeg_set_quality(&cinfo, input->quality, TRUE);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h211 int quality; member in struct:snd_enc_vorbis
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp847 status_t OMXCameraAdapter::setImageQuality(unsigned int quality) argument
864 jpegQualityConf.nQFactor = quality;
884 unsigned int quality)
924 thumbConf.nQuality = quality;
882 setThumbnailParams(unsigned int width, unsigned int height, unsigned int quality) argument
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp821 status_t OMXCameraAdapter::setImageQuality(unsigned int quality) argument
838 jpegQualityConf.nQFactor = quality;
858 unsigned int quality)
898 thumbConf.nQuality = quality;
856 setThumbnailParams(unsigned int width, unsigned int height, unsigned int quality) argument
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dcompress_params.h206 __s32 quality; member in struct:snd_enc_vorbis
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dcompress_params.h193 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
271 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
272 * In the default mode of operation, the quality level is 3.
273 * Normal quality range is 0 - 10.
277 * lower quality. It is primarily useful for streaming.
286 * For best quality users should specify VBR mode and set quality levels.
290 __s32 quality; member in struct:snd_enc_vorbis
322 * To make the API simpler, it is assumed that the user will select quality
[all...]
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dcompress_params.h211 __s32 quality; member in struct:snd_enc_vorbis
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dcompress_params.h197 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
276 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
277 * In the default mode of operation, the quality level is 3.
278 * Normal quality range is 0 - 10.
282 * lower quality. It is primarily useful for streaming.
291 * For best quality users should specify VBR mode and set quality levels.
295 __s32 quality; member in struct:snd_enc_vorbis
327 * To make the API simpler, it is assumed that the user will select quality
[all...]
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dcompress_params.h205 __s32 quality; member in struct:snd_enc_vorbis
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dcompress_params.h192 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
270 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
271 * In the default mode of operation, the quality level is 3.
272 * Normal quality range is 0 - 10.
276 * lower quality. It is primarily useful for streaming.
285 * For best quality users should specify VBR mode and set quality levels.
289 __s32 quality; member in struct:snd_enc_vorbis
321 * To make the API simpler, it is assumed that the user will select quality
[all...]
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dcompress_params.h206 __s32 quality; member in struct:snd_enc_vorbis
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dcompress_params.h193 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
271 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
272 * In the default mode of operation, the quality level is 3.
273 * Normal quality range is 0 - 10.
277 * lower quality. It is primarily useful for streaming.
286 * For best quality users should specify VBR mode and set quality levels.
290 __s32 quality; member in struct:snd_enc_vorbis
322 * To make the API simpler, it is assumed that the user will select quality
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp360 // get jpeg quality
361 encode_parm.quality = jpeg_settings->jpeg_quality;
362 if (encode_parm.quality <= 0) {
363 encode_parm.quality = 85;
366 // get jpeg thumbnail quality
444 // get jpeg quality
445 encode_parm.quality = jpeg_settings->jpeg_quality;
446 if (encode_parm.quality <= 0) {
447 encode_parm.quality = 85;
450 // get jpeg thumbnail quality
[all...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h444 status_t setImageQuality(unsigned int quality);
445 status_t setThumbnailParams(unsigned int width, unsigned int height, unsigned int quality);
844 //thumbnail quality

Completed in 1543 milliseconds

12