Searched refs:format (Results 151 - 175 of 484) sorted by relevance

1234567891011>>

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c679 (pInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
680 (pInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight)) {
681 pInputPortDefinition->format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
682 pInputPortDefinition->format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight;
683 pInputPortDefinition->format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
684 pInputPortDefinition->format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
702 (pInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
703 (pInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight) ||
705 pInputPortDefinition->format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
706 pInputPortDefinition->format
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c45 *! that is, newest first. The date format is dd-Mon-yyyy.
626 pPortDef->format.video.cMIMEType = "yuv";
627 pPortDef->format.video.pNativeRender = NULL;
628 pPortDef->format.video.nFrameWidth = 176;
629 pPortDef->format.video.nFrameHeight = 144;
630 pPortDef->format.video.nStride = -1;
631 pPortDef->format.video.nSliceHeight = -1;
632 pPortDef->format.video.xFramerate = fToQ16(15.0);
633 pPortDef->format.video.bFlagErrorConcealment = OMX_FALSE;
634 pPortDef->format
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderMPEG4.cpp47 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)MPEG4_MIME_TYPE;
48 paramPortDefinitionOutput->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
133 outBuf.format = OUTPUT_CODEC_DATA;
159 outBuf.format = OUTPUT_EVERYTHING;
/hardware/intel/img/hwcomposer/include/
H A DBufferManager.h60 uint32_t allocGrallocBuffer(uint32_t width, uint32_t height, uint32_t format, uint32_t usage);
/hardware/intel/img/psb_video/src/
H A Dvsp_VPP.h51 enum vsp_format format; member in struct:context_VPP_s
/hardware/libhardware/include/hardware/
H A Dfb.h57 /* framebuffer pixel format */
58 const int format; member in struct:framebuffer_device_t
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioSystemLegacy.h98 // MP3 sub format field definition : can use 11 LSBs in the same way as MP3 frame header to specify
104 // AMR NB/WB sub format field definition: specify frame block interleaving, bandwidth efficient or octet aligned,
110 // AAC sub format field definition: specify profile or bitrate for recording...
115 // VORBIS sub format field definition: specify quality for recording...
120 // Audio format consists in a main format field (upper 8 bits) and a sub format field (lower 24 bits).
121 // The main format indicates the main codec type. The sub format field indicates options and parameters
122 // for each format
345 isValidFormat(uint32_t format) argument
348 isLinearPCM(uint32_t format) argument
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h30 unsigned format; member in struct:pcm
135 const char *get_format_name(int format);
136 const char *get_format_desc(int format);
252 __u32 format; member in struct:snd_codec
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h62 /* Definitions of color format modes, used together with color formats */
73 C2D_FORMAT_TILED_4x4 = (1 << 17), /* 4x4 tiled format */
80 * order indicated by format name. For the sub-byte formats the pixels
97 * tiled format : 64x32 for 8bpp, 32x32 for 16bpp formats */
127 /* derived RGB color formats (base format + mode bits) */
134 * channels are packed into macropixels for each particular format.
184 /* derived YUV color formats (base format + mode bits), FOURCC */
312 uint32 format; /* RGB color format plus additional mode bits */ member in struct:__anon1411
322 uint32 format; /* YU member in struct:__anon1412
[all...]
H A Dc2dExt.h105 * \param uint32 *format
112 uint32 *format );
H A Dsoftware_converter.cpp175 * Function to convert the c2d format into an equivalent Android format
199 switch(rhs->format) {
206 // Chroma is 2K aligned for the NV12 encodeable format.
211 ALOGE("%s: unsupported format (format=0x%x)", __FUNCTION__,
212 rhs->format);
221 * Function to convert the Android format into an equivalent C2D format
244 switch(rhs->format) {
[all...]
/hardware/qcom/display/msm8084/libgralloc/
H A Dgralloc_priv.h116 //format reduces the memory access bandwidth
221 int format; member in struct:private_handle_t
234 int format, int width, int height, int eFd = -1,
239 format(format), width(width), height(height),
233 private_handle_t(int fd, size_t size, int flags, int bufferType, int format, int width, int height, int eFd = -1, size_t eOffset = 0, uintptr_t eBase = 0) argument
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_ad.cpp215 int format = ovutils::getHALFormat(wb->getOutputFormat()); local
216 if(format < 0) {
217 ALOGE("%s invalid format %d", __func__, format);
223 format, tmpW, tmpH);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdpRot.cpp47 return mRotImgInfo.dst.format;
85 mRotImgInfo.src.format = whf.format;
138 mRotImgInfo.dst.height, mRotImgInfo.dst.format);
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h62 /* Definitions of color format modes, used together with color formats */
73 C2D_FORMAT_TILED_4x4 = (1 << 17), /* 4x4 tiled format */
80 * order indicated by format name. For the sub-byte formats the pixels
97 * tiled format : 64x32 for 8bpp, 32x32 for 16bpp formats */
127 /* derived RGB color formats (base format + mode bits) */
134 * channels are packed into macropixels for each particular format.
184 /* derived YUV color formats (base format + mode bits), FOURCC */
312 uint32 format; /* RGB color format plus additional mode bits */ member in struct:__anon1489
322 uint32 format; /* YU member in struct:__anon1490
[all...]
H A Dsoftware_converter.cpp175 * Function to convert the c2d format into an equivalent Android format
199 switch(rhs->format) {
206 // Chroma is 2K aligned for the NV12 encodeable format.
211 ALOGE("%s: unsupported format (format=0x%x)", __FUNCTION__,
212 rhs->format);
221 * Function to convert the Android format into an equivalent C2D format
244 switch(rhs->format) {
[all...]
/hardware/qcom/display/msm8226/libgralloc/
H A Dgralloc_priv.h116 //format reduces the memory access bandwidth
223 int format; member in struct:private_handle_t
237 int format, int width, int height, int eFd = -1,
242 format(format), width(width), height(height),
236 private_handle_t(int fd, unsigned int size, int flags, int bufferType, int format, int width, int height, int eFd = -1, unsigned int eOffset = 0, uint64_t eBase = 0) argument
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_ad.cpp190 int format = ovutils::getHALFormat(wb->getOutputFormat()); local
191 if(format < 0) {
192 ALOGE("%s invalid format %d", __func__, format);
198 format, tmpW, tmpH);
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h62 /* Definitions of color format modes, used together with color formats */
73 C2D_FORMAT_TILED_4x4 = (1 << 17), /* 4x4 tiled format */
80 * order indicated by format name. For the sub-byte formats the pixels
97 * tiled format : 64x32 for 8bpp, 32x32 for 16bpp formats */
127 /* derived RGB color formats (base format + mode bits) */
134 * channels are packed into macropixels for each particular format.
184 /* derived YUV color formats (base format + mode bits), FOURCC */
312 uint32 format; /* RGB color format plus additional mode bits */ member in struct:__anon1560
322 uint32 format; /* YU member in struct:__anon1561
[all...]
H A Dsoftware_converter.cpp174 * Function to convert the c2d format into an equivalent Android format
198 switch(rhs->format) {
205 // Chroma is 2K aligned for the NV12 encodeable format.
210 ALOGE("%s: unsupported format (format=0x%x)", __FUNCTION__,
211 rhs->format);
220 * Function to convert the Android format into an equivalent C2D format
243 switch(rhs->format) {
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdssRot.cpp60 return mRotInfo.src.format;
76 mRotInfo.src.format = whf.format;
185 // Calculate the size based on rotator's dst format, w and h.
254 mRotInfo.src.format); //mdss src and dst formats are same.
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h62 /* Definitions of color format modes, used together with color formats */
73 C2D_FORMAT_TILED_4x4 = (1 << 17), /* 4x4 tiled format */
80 * order indicated by format name. For the sub-byte formats the pixels
97 * tiled format : 64x32 for 8bpp, 32x32 for 16bpp formats */
127 /* derived RGB color formats (base format + mode bits) */
134 * channels are packed into macropixels for each particular format.
184 /* derived YUV color formats (base format + mode bits), FOURCC */
312 uint32 format; /* RGB color format plus additional mode bits */ member in struct:__anon1626
322 uint32 format; /* YU member in struct:__anon1627
[all...]
H A Dsoftware_converter.cpp174 * Function to convert the c2d format into an equivalent Android format
198 switch(rhs->format) {
205 // Chroma is 2K aligned for the NV12 encodeable format.
210 ALOGE("%s: unsupported format (format=0x%x)", __FUNCTION__,
211 rhs->format);
220 * Function to convert the Android format into an equivalent C2D format
243 switch(rhs->format) {
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_ad.cpp187 int format = ovutils::getHALFormat(wb->getOutputFormat()); local
188 if(format < 0) {
189 ALOGE("%s invalid format %d", __func__, format);
195 format, tmpW, tmpH);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMdpRot.cpp47 return mRotImgInfo.dst.format;
85 mRotImgInfo.src.format = whf.format;
138 mRotImgInfo.dst.height, mRotImgInfo.dst.format);

Completed in 2793 milliseconds

1234567891011>>