Searched refs:height (Results 1 - 25 of 27) sorted by relevance

12

/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_video_config_parser.h39 uint32 height; member in struct:_tiVideoConfigParserOutputs
H A Dti_omx_config_parser.h50 OMX_U32 height; member in struct:__anon625
H A Dti_m4v_config_parser.h96 int32 *height,
104 int32 *height,
113 int32 *height,
120 int32 *height,
128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf111 width=176;height=144
119 -h) height=$2; shift ;;
120 -h*) height=`echo $1 | cut -c3-` ;;
123 --heightv*=*) height=`echo $1 | cut -d= -f2` ;;
124 --heightv*) height=$2; shift ;;
132 size=$(expr $width \* $height \* 2)
152 width=176;height=144
160 -h) height=$2; shift ;;
161 -h*) height=`echo $1 | cut -c3-` ;;
164 --heightv*=*) height
[all...]
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon227
H A Dqc_omx_core.c829 aOmxOutputParameters->height = 144; //setting height to QCIF
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp82 int32 width, height, display_width, display_height = 0; local
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
91 aOutputs->height = (uint32)display_height;
101 aOutputs->height = 0;
108 int32 width, height, display_width, display_height = 0; local
143 (int*) & height,
154 aOutputs->height = (uint32)display_height;
162 if( ((width > WVGA_MAX_WIDTH) || (height > WVGA_MAX_HEIGHT)) ||
179 LoadDWORD(dwdat, pData); // Window height
188 aOutputs->height
[all...]
H A Dti_m4v_config_parser.cpp102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
112 *width = *height = *display_height = *display_width = 0;
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) argument
287 /* height */
409 *height = (*display_height + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
445 int32 *height,
484 *height = 96;
489 *height
443 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
797 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc, uint32 *entropy_coding_mode_flag) argument
930 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
[all...]
/hardware/msm7k/libgralloc/
H A Dframebuffer.cpp60 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height,
132 m->info.width, m->info.height);
231 if (int(info.width) <= 0 || int(info.height) <= 0) {
235 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
239 float ydpi = (info.yres * 25.4f) / info.height;
265 "height = %d mm (%f dpi)\n"
268 info.height, ydpi,
358 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
382 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height, argument
399 blit.req.src.height
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp64 int width, int height, int format,
144 m->info.width, m->info.height);
267 if (int(info.width) <= 0 || int(info.height) <= 0) {
271 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
275 float ydpi = (info.yres * 25.4f) / info.height;
301 "height = %d mm (%f dpi)\n"
304 info.height, ydpi,
394 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
419 int width, int height, int format,
436 blit.req.src.height
418 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height, int format, int x, int y, int w, int h) argument
[all...]
/hardware/ti/omap3/liboverlay/
H A Dv4l2_utils.c97 LOGI("h: %d\n", pix->height);
122 LOGI("crop h: %d\n", crop->c.height);
130 LOGI("window h: %d\n", win->w.height);
209 pix->height = h;
221 win->w.height = h;
232 *h = format->fmt.win.w.height;
259 LOGI("v4l2_overlay_init:: w=%d h=%d\n", format.fmt.pix.width, format.fmt.pix.height);
263 LOGI("v4l2_overlay_init:: w=%d h=%d\n", format.fmt.pix.width, format.fmt.pix.height);
268 LOGI("v4l2_overlay_init:: w=%d h=%d\n", format.fmt.pix.width, format.fmt.pix.height);
282 *h = format.fmt.pix.height;
[all...]
H A Doverlay.cpp109 int height; member in struct:overlay_data_context_t
162 int height; member in struct:handle_t
189 return static_cast<const struct handle_t *>(overlay)->height;
220 mHandle.height = h;
760 ctx->height = handle_height(handle);
809 LOGV("same as current width and height. so do nothing");
/hardware/ti/omap3/libstagefrighthw/
H A DTIHardwareRenderer.cpp95 int width, int height, const void *src, void *dst) {
97 int pixelCount = height * width;
106 for (int i = 0; i < height; i += 2) {
94 convertYuv420ToYuv422( int width, int height, const void *src, void *dst) argument
/hardware/libhardware/include/hardware/
H A Dgralloc.h236 const uint32_t height; member in struct:framebuffer_device_t
285 * return -EINVAL if width or height <=0, or if left or top < 0
288 int left, int top, int width, int height);
294 * buffer must be the same width and height as the display and must NOT
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp234 if (int(info.width) <= 0 || int(info.height) <= 0) {
238 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
242 float ydpi = (info.yres * 25.4f) / info.height;
268 "height = %d mm (%f dpi)\n"
271 info.height, ydpi,
365 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
/hardware/ti/omap3/libopencorehw/
H A Dandroid_surface_output_omap34xx.cpp64 static void convertYuv420ToYuv422(int width, int height, void* src, void* dst);
291 iVideoHeight = (int32)yuvInfo->height;
402 static void convertYuv420ToYuv422(int width, int height, void* src, void* dst) argument
406 int pixelCount = height * width;
415 for (int i = 0; i < height; i += 2) {
/hardware/msm7k/libcopybit/
H A Dcopybit.cpp138 img->height = rhs->h;
189 e->src_rect.y = e->src.height - (e->src_rect.y + e->src_rect.h);
221 l->req[i].src.height,
228 l->req[i].dst.height,
/hardware/libhardware/modules/overlay/
H A Doverlay.cpp73 int height; member in struct:overlay_object::handle_t
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.cpp58 int height; member in struct:__anon130
226 uint32_t height,
315 p.setPreviewSize(ps->width, ps->height);
325 p.set("jpeg-thumbnail-height", "384");
463 // NOTE: camera_start() takes (height, width), not (width, height).
486 snprintf(buffer, 255, "preview width(%d) x height (%d)\n", mPreviewWidth, mPreviewHeight);
488 snprintf(buffer, 255, "raw width(%d) x height (%d)\n", mRawWidth, mRawHeight);
1047 int width, height; local
1048 params.getPreviewSize(&width, &height);
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp201 int height =0, width =0; variable
825 height=144;width=176; // Assume Default as QCIF
860 height=144;width=176; // Assume Default as QCIF
1442 portFmt.format.video.nFrameHeight = height;
1451 DEBUG_PRINT("\nVideo format, height = %d", portFmt.format.video.nFrameHeight);
1452 DEBUG_PRINT("\nVideo format, height = %d\n", portFmt.format.video.nFrameWidth);
1700 height = portFmt.format.video.nFrameHeight;
2375 e->src.height = portFmt.format.video.nSliceHeight;
2387 e->dst.height = vinfo.yres;
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h394 unsigned char height; member in struct:__anon314
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Domx_vdec.h388 OMX_ERRORTYPE omx_vdec_validate_port_param(int height, int width);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h771 OMX_U32 GetMaxAVCBufferSize(OMX_U32 width, OMX_U32 height);
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp2027 unsigned int height=0,width = 0; local
2082 height = driver_context.video_resoultion.frame_height;
2085 portDefn->format.video.nFrameHeight = height;
5214 Parse meta data to check the height and width param
5311 OMX_ERRORTYPE omx_vdec::omx_vdec_validate_port_param(int height, int width) argument
5314 long hxw = height*width;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c2470 /* Input frame height */
4192 OMX_U32 GetMaxAVCBufferSize(OMX_U32 width, OMX_U32 height) argument
4200 nMacroBlocks = (width * height) / 256;
4224 return (width * height) / 2;
4410 OMX_ERRORTYPE IsResolutionPlayable (OMX_U32 width, OMX_U32 height) argument
4412 if (width > WVGA_MAX_WIDTH || height > WVGA_MAX_HEIGHT)

Completed in 219 milliseconds

12