Searched refs:format (Results 201 - 225 of 484) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h22 #define STRING_TO_FOURCC(format) ((uint32_t)(((format)[0])|((format)[1]<<8)|((format)[2]<<16)|((format)[3]<<24)))
155 VideoOutputFormat format; //output format member in struct:__anon255
285 uint32_t format; member in struct:__anon257
500 uint32_t format; member in struct:VideoParamsUsrptrBuffer
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderH263.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)H263_MIME_TYPE;
46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingH263;
H A DOMXVideoDecoderMPEG4.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)MPEG4_MIME_TYPE;
46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
H A DOMXVideoDecoderPAVC.cpp47 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)PAVC_MIME_TYPE;
48 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
/hardware/libhardware/include/hardware/
H A Dcamera2.h72 * Get a buffer to fill from the queue. The size and format of the buffer
119 * specific format based on the usage flags from the camera and the stream
130 * To capture JPEG images, a stream is created using the pixel format
160 * format of the buffer is fixed in allocate_reprocess_stream(), and the
589 * height, target, and possibly the pixel format. Returns the new stream's
591 * pixel format, on success. Error conditions:
593 * - Requesting a width/height/format combination not listed as
596 * - Asking for too many streams of a given format type (2 bayer raw
601 * - width, height, format: Specification for the buffers to be sent through
604 * gralloc module will select a format base
[all...]
H A Dtv_input.h279 /* OUT: Client must allocate a buffer with this format. */
280 uint32_t format; member in struct:buffer_producer_stream
369 * producer streams. The buffer should be created with size, format and
/hardware/libhardware/modules/usbaudio/
H A DAndroid.mk26 format.c
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c47 static int format = SNDRV_PCM_FORMAT_S16_LE; variable
61 {"format", 1, 0, 'F'},
103 param_set_mask(params, SNDRV_PCM_HW_PARAM_FORMAT, pcm->format);
237 pcm->format = format;
493 fprintf(stderr, "aplay: Playing '%s': format %s ch = %d\n",
494 fn, get_format_desc(format), ch );
535 fprintf(stderr, "Aplay:aplay: '%s' is not pcm format\n", fn);
554 fprintf(stderr, "aplay: Playing '%s':%s\n", fn, get_format_desc(format) );
612 format
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp1732 /* Set the compression format on i/p port */
1735 portFmt.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
1739 portFmt.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
1743 portFmt.format.video.eCompressionFormat = OMX_VIDEO_CodingH263;
1747 portFmt.format.video.eCompressionFormat = OMX_VIDEO_CodingWMV;
1751 portFmt.format.video.eCompressionFormat =
1756 portFmt.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG2;
1776 /* open the i/p and o/p files based on the video file format passed */
1895 portFmt.format.video.nFrameHeight = height;
1896 portFmt.format
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c45 *! that is, newest first. The date format is dd-Mon-yyyy.
587 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.cMIMEType = "JPEGENC";
588 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.pNativeRender = NULL;
589 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nFrameWidth = 640; /* 176; */
590 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nFrameHeight = 480; /* 144; */
591 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nStride = -1;
592 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nSliceHeight = -1;
593 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.bFlagErrorConcealment = OMX_FALSE;
594 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.eCompressionFormat = OMX_IMAGE_CodingUnused; /* OMX_IMAGE_CodingJPEG; */
595 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format
[all...]
/hardware/ti/omap4-aah/kernel-headers/linux/
H A Domapfb.h114 __u32 format; member in struct:omapfb_update_window
124 __u32 format; member in struct:omapfb_update_window_old
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_bufferqueue.h137 virtual void setInput(buffer_info_t bufinfo, const char *format, android::ShotParameters &params) { argument
139 BufferSourceInput::setInput(bufinfo, format, params);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp439 CAMHAL_LOGDA("YUV420SP format selected");
444 CAMHAL_LOGDA("RGB565 format selected");
449 CAMHAL_LOGDA("Invalid format, CbYCrY format selected as default");
455 CAMHAL_LOGEA("Preview format is NULL, defaulting to CbYCrY");
593 void saveFile(unsigned char *buff, int width, int height, int format) { argument
794 portCheck.format.video.nFrameWidth = portParams.mWidth;
795 portCheck.format.video.nFrameHeight = portParams.mHeight;
796 portCheck.format.video.eColorFormat = portParams.mColorFormat;
797 portCheck.format
[all...]
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h114 __u32 format; member in struct:omapfb_update_window
124 __u32 format; member in struct:omapfb_update_window_old
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.h43 * graphics/PixelFormat.java, ui/PixelFormat.h, pixelflinger/format.h
132 /* format COPYBIT_FORMAT_xxx */
133 int32_t format; member in struct:copybit_image_t
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.h43 * graphics/PixelFormat.java, ui/PixelFormat.h, pixelflinger/format.h
133 /* format COPYBIT_FORMAT_xxx */
134 int32_t format; member in struct:copybit_image_t
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMdssRot.cpp62 return mRotInfo.src.format;
78 mRotInfo.src.format = whf.format;
187 // Calculate the size based on rotator's dst format, w and h.
256 mRotInfo.src.format); //mdss src and dst formats are same.
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_vidc.h32 unsigned int format; member in struct:msm_vidc_interlace_payload
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_vidc.h34 unsigned int format; member in struct:msm_vidc_interlace_payload
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_vidc.h15 unsigned int format; member in struct:msm_vidc_interlace_payload
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstatscommand.h45 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
/hardware/samsung_slsi/exynos5/include/
H A Dexynos_gscaler.h73 uint32_t format; member in struct:__anon2692
132 * Set source format.
158 * color format[in]
182 * Set destination format.
208 * color format[in]
304 * Convert color space with presetup color format
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h112 struct v4l2_format format; member in struct:gsc_info
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h35 struct v4l2_format format; member in struct:android::VideoInfo
/hardware/intel/common/libva/va/
H A Dva_backend.h106 int format,
226 VAImageFormat *format,
406 unsigned int format,

Completed in 1193 milliseconds

1234567891011>>