Searched refs:frame_height (Results 1 - 25 of 43) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvideo_common.h19 int frame_height; member in struct:__anon504
H A Dvideo_reader.c52 reader->info.frame_height = mem_get_le16(header + 14);
H A Dvideo_writer.c27 cfg.g_h = info->frame_height;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dsimple_encoder.c190 info.frame_height = strtol(height_arg, NULL, 0);
195 info.frame_height <= 0 ||
197 (info.frame_height % 2) != 0) {
198 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
202 info.frame_height, 1)) {
217 cfg.g_h = info.frame_height;
H A Dvp8cx_set_ref.c125 info.frame_height = strtol(argv[2], NULL, 0);
130 info.frame_height <= 0 ||
132 (info.frame_height % 2) != 0) {
133 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
137 info.frame_height, 1)) {
148 cfg.g_h = info.frame_height;
H A Dtwopass_encoder.c153 info.frame_height = strtol(height_arg, NULL, 0);
156 info.frame_height <= 0 ||
158 (info.frame_height % 2) != 0) {
159 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
163 info.frame_height, 1)) {
164 die("Failed to allocate image", info.frame_width, info.frame_height);
178 cfg.g_h = info.frame_height;
H A Dset_maps.c178 info.frame_height = strtol(argv[3], NULL, 0);
183 info.frame_height <= 0 ||
185 (info.frame_height % 2) != 0) {
186 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
190 info.frame_height, 1)) {
201 cfg.g_h = info.frame_height;
H A Dsimple_decoder.c151 info->frame_width, info->frame_height, argv[2]);
H A Ddecode_with_drops.c148 info->frame_width, info->frame_height, argv[2]);
H A Dpostproc.c134 info->frame_width, info->frame_height, argv[2]);
/hardware/intel/common/libva/test/basic/
H A Dtest_vaSurfaceAttrib.c46 int frame_width=640, frame_height=480; local
51 usrbuf = (unsigned char*)malloc(frame_width * frame_height * 2);
122 vaSurfaceExternBuf.height = frame_height;
136 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, frame_width, frame_height, &surface_id, 1, attrib_list, 2);
/hardware/intel/common/libva/va/
H A Dva_dec_vp8.h77 unsigned int frame_height; member in struct:_VAPictureParameterBufferVP8
H A Dva_enc_vp8.h56 unsigned int frame_height; member in struct:_VAEncSequenceParameterBufferVP8
H A Dva_dec_vp9.h71 uint16_t frame_height; member in struct:_VADecPictureParameterBufferVP9
/hardware/intel/common/libva/test/encode/
H A Dh264encode.c112 static int frame_height = 144; variable
760 frame_height = atoi(optarg);
859 frame_bitrate = frame_width * frame_height * 12 * frame_rate / 50;
871 srcyuv_frames = tmp.st_size / (frame_width * frame_height * 1.5);
905 frame_height_mbaligned = (frame_height + 15) & (~15);
907 frame_height != frame_height_mbaligned) {
909 frame_width, frame_height,
1309 frame_height != frame_height_mbaligned) {
1314 seq_param.frame_crop_bottom_offset = (frame_height_mbaligned - frame_height)/2;
1705 frame_size = frame_width * frame_height *
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
289 frame_height = ref_buf->y_crop_height;
293 frame_height = ref_buf->uv_crop_height;
349 (frame_width & 0x7) || (frame_height & 0x7)) {
369 y0 < 0 || y0 > frame_height - 1 || y1 < 0 || y1 > frame_height - 1) {
374 frame_height);
H A Dvp9_reconintra.c326 int frame_width, frame_height; local
342 frame_height = xd->cur_buf->y_height;
345 frame_height = xd->cur_buf->uv_height;
358 if (y0 + bs <= frame_height) {
362 const int extend_bottom = frame_height - y0;
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h139 int frame_height; member in struct:_vbp_codec_data_h264
330 uint32 frame_height; member in struct:_vbp_codec_data_vp8
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_utils.c243 int height = frameInfo->frame_height;
283 frameInfo->frame_height * 3) / 2;
/hardware/intel/img/psb_video/src/
H A Dvsp_vp8.c170 vp8_seq->frame_height = 720;
309 seq->frame_height = va_seq->frame_height;
320 ref_frame_height = (seq->frame_height + 2 * 32 + 63) & (~63);
409 ref_frame_height = (ctx->vp8_seq_param.frame_height + 2 * 32 + 63) & (~63);
420 pic->input_frame.height = ctx->vp8_seq_param.frame_height;
805 drv_debug_msg(VIDEO_ENCODE_DEBUG, "frame_height %d\n", seq->frame_height);
H A Dtng_VP8.c640 obj_surface->share_info->coded_height = ctx->pic_params->frame_height;
643 ctx->size_mb = ((ctx->pic_params->frame_width) * (ctx->pic_params->frame_height)) >> 8;
893 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (((ctx->pic_params->frame_height + 15) / 16) * 16) - 1);
902 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (((ctx->pic_params->frame_height + 15) / 16) * 16) - 1);
987 uint32_t last_mb_row = ((ctx->pic_params->frame_height + 15) / 16) - 1;
1037 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC_VP8, CR_VEC_VP8_FE_PIC1, VP8_FE_PIC_HEIGHT_IN_MBS_LESS1,((ctx->pic_params->frame_height + 15 )>> 4) - 1);
1125 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC_VP8, CR_VEC_VP8_BE_PIC1, VP8_BE_PIC_HEIGHT_IN_MBS_LESS1, ((ctx->pic_params->frame_height + 15) >> 4) - 1);
1567 (ctx->pic_params->frame_height+15)/16,
H A Dvsp_fw.h561 uint32_t frame_height; member in struct:VssVp8encSequenceParameterBuffer
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp1273 if ((height != (int)drv_ctx.video_resolution.frame_height) ||
1277 height,drv_ctx.video_resolution.frame_height);
1280 drv_ctx.video_resolution.frame_height = height;
1287 rectangle.nHeight = drv_ctx.video_resolution.frame_height;
1302 drv_ctx.video_resolution.frame_height >
1306 drv_ctx.video_resolution.frame_height <
1312 drv_ctx.video_resolution.frame_height,
1328 m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this);
1331 sprintf(m_debug.infile_name, "%s/input_dec_%d_%d_%p.mpg", m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); }
1334 m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, thi
[all...]
H A Domx_vdec_hevc_swvdec.cpp1579 if ((height != (int)drv_ctx.video_resolution.frame_height) ||
1583 height,drv_ctx.video_resolution.frame_height);
1586 drv_ctx.video_resolution.frame_height = height;
1593 rectangle.nHeight = drv_ctx.video_resolution.frame_height;
1599 if ((drv_ctx.video_resolution.frame_width * drv_ctx.video_resolution.frame_height >
1601 (drv_ctx.video_resolution.frame_width* drv_ctx.video_resolution.frame_height <
1607 drv_ctx.video_resolution.frame_height,
1625 m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this);
1644 m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this);
1658 scanlines = drv_ctx.video_resolution.frame_height;
[all...]
/hardware/ti/omap4-aah/domx/domx/
H A Domx_proxy_common.h223 * @param frame_height: Height of the frame
235 OMX_U32 frame_height; member in struct:DebugFrame_Dump

Completed in 643 milliseconds

12