/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderMPEG2.cpp | 55 data->codec_data->frame_height > MAX_PICTURE_HEIGHT_MPEG2) { in start() 97 data->codec_data->frame_height > MAX_PICTURE_HEIGHT_MPEG2) { in decode() 115 mVideoFormatInfo.height != (uint32_t)data->codec_data->frame_height) && in decode() 116 (data->codec_data->frame_width > 0) && (data->codec_data->frame_height)) { in decode() 118 …tInfo.width,mVideoFormatInfo.height, data->codec_data->frame_width,data->codec_data->frame_height); in decode() 123 mVideoFormatInfo.height = data->codec_data->frame_height; in decode() 377 data->codec_data->frame_height); in updateFormatInfo() 379 mVideoFormatInfo.cropBottom = (data->codec_data->frame_height > mVideoFormatInfo.height) ? in updateFormatInfo() 380 … (data->codec_data->frame_height - mVideoFormatInfo.height) : 0; in updateFormatInfo() 385 mVideoFormatInfo.height != (uint32_t)data->codec_data->frame_height) && in updateFormatInfo() [all …]
|
D | VideoDecoderVP8.cpp | 52 uint32_t height = data->codec_data->frame_height; in updateFormatInfo() 139 data->codec_data->frame_height > MAX_PICTURE_HEIGHT_VP8) { in start() 177 data->codec_data->frame_height > MAX_PICTURE_HEIGHT_VP8) { in decode()
|
/hardware/intel/common/libva/test/basic/ |
D | test_vaSurfaceAttrib.c | 46 int frame_width=640, frame_height=480; in test() local 51 usrbuf = (unsigned char*)malloc(frame_width * frame_height * 2); in test() 122 vaSurfaceExternBuf.height = frame_height; in test() 136 …va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, frame_width, frame_height, &surface_id, … in test()
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 112 static int frame_height = 144; variable 760 frame_height = atoi(optarg); in process_cmdline() 859 frame_bitrate = frame_width * frame_height * 12 * frame_rate / 50; in process_cmdline() 871 srcyuv_frames = tmp.st_size / (frame_width * frame_height * 1.5); in process_cmdline() 905 frame_height_mbaligned = (frame_height + 15) & (~15); in process_cmdline() 907 frame_height != frame_height_mbaligned) { in process_cmdline() 909 frame_width, frame_height, in process_cmdline() 1309 frame_height != frame_height_mbaligned) { in render_sequence() 1314 seq_param.frame_crop_bottom_offset = (frame_height_mbaligned - frame_height)/2; in render_sequence() 1705 frame_size = frame_width * frame_height * 3 / 2; /* for YUV420 */ in load_surface() [all …]
|
/hardware/intel/common/libva/va/ |
D | va_dec_vp8.h | 77 unsigned int frame_height; member
|
D | va_enc_vp8.h | 56 unsigned int frame_height; member
|
D | va_dec_vp9.h | 71 uint16_t frame_height; member
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
D | vbp_loader.h | 142 uint32 frame_height; member 224 int frame_height; member 418 uint32 frame_height; member
|
/hardware/intel/img/psb_video/src/ |
D | vsp_vp8.c | 170 vp8_seq->frame_height = 720; in vsp_VP8_set_default_params() 313 seq->frame_height = va_seq->frame_height; in vsp_vp8_process_seqence_param() 324 ref_frame_height = (seq->frame_height + 2 * 32 + 63) & (~63); in vsp_vp8_process_seqence_param() 413 ref_frame_height = (ctx->vp8_seq_param.frame_height + 2 * 32 + 63) & (~63); in vsp_vp8_process_picture_param() 424 pic->input_frame.height = ctx->vp8_seq_param.frame_height; in vsp_vp8_process_picture_param() 824 drv_debug_msg(VIDEO_ENCODE_DEBUG, "frame_height %d\n", seq->frame_height); in vsp_vp8_dump_commands()
|
D | tng_VP8.c | 640 obj_surface->share_info->coded_height = ctx->pic_params->frame_height; in tng__VP8_process_picture_param() 643 ctx->size_mb = ((ctx->pic_params->frame_width) * (ctx->pic_params->frame_height)) >> 8; in tng__VP8_process_picture_param() 893 …DS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (((ctx->pic_params->frame_height + 15) / 16) * 1… in tng__CMDS_registers_write() 902 …X_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (((ctx->pic_params->frame_height + 15) / 16) * 1… in tng__CMDS_registers_write() 987 uint32_t last_mb_row = ((ctx->pic_params->frame_height + 15) / 16) - 1; in tng__VP8_set_slice_param() 1037 …CR_VEC_VP8_FE_PIC1, VP8_FE_PIC_HEIGHT_IN_MBS_LESS1,((ctx->pic_params->frame_height + 15 )>> 4) - 1… in tng__VP8_FE_Registers_Write() 1125 …R_VEC_VP8_BE_PIC1, VP8_BE_PIC_HEIGHT_IN_MBS_LESS1, ((ctx->pic_params->frame_height + 15) >> 4) - 1… in tng__VP8_BE_Registers_Write() 1567 (ctx->pic_params->frame_height+15)/16, in tng_VP8_EndPicture()
|
D | vsp_fw.h | 561 uint32_t frame_height; member
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 1408 if ((height != drv_ctx.video_resolution_input.frame_height) || in update_resolution() 1412 height,drv_ctx.video_resolution_input.frame_height); in update_resolution() 1415 drv_ctx.video_resolution_input.frame_height = height; in update_resolution() 1422 rectangle.nHeight = drv_ctx.video_resolution_input.frame_height; in update_resolution() 1629 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; in component_init() 1664 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; in component_init() 1689 drv_ctx.video_resolution_output.frame_height = fmt.fmt.pix_mp.height; in component_init() 2863 drv_ctx.video_resolution_input.frame_height, in get_parameter() 2869 drv_ctx.video_resolution_output.frame_height, in get_parameter() 2975 drv_ctx.video_resolution_output.frame_height = portDefn->format.video.nFrameHeight; in set_parameter() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 243 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; in async_message_thread() 1779 pThis->drv_ctx.video_resolution.frame_height)) { in process_event_cb() 1785 … pThis->drv_ctx.video_resolution.frame_height); in process_event_cb() 1791 pThis->drv_ctx.video_resolution.frame_height; in process_event_cb() 1825 pThis->drv_ctx.video_resolution.frame_height) { in process_event_cb() 1829 pThis->drv_ctx.video_resolution.frame_height); in process_event_cb() 1833 pThis->drv_ctx.video_resolution.frame_height) { in process_event_cb() 1837 … pThis->drv_ctx.video_resolution.frame_height); in process_event_cb() 1839 … pThis->drv_ctx.video_resolution.frame_height; in process_event_cb() 1878 … frame_data[0] : pThis->drv_ctx.video_resolution.frame_height; in process_event_cb() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1596 if ((height != (int)drv_ctx.video_resolution.frame_height) || in update_resolution() 1600 height,drv_ctx.video_resolution.frame_height); in update_resolution() 1603 drv_ctx.video_resolution.frame_height = height; in update_resolution() 1610 rectangle.nHeight = drv_ctx.video_resolution.frame_height; in update_resolution() 1616 if ((drv_ctx.video_resolution.frame_width * drv_ctx.video_resolution.frame_height > in is_video_session_supported() 1618 (drv_ctx.video_resolution.frame_width* drv_ctx.video_resolution.frame_height < in is_video_session_supported() 1624 drv_ctx.video_resolution.frame_height, in is_video_session_supported() 1642 …_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); in log_input_buffers() 1661 …_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); in log_output_buffers() 1675 scanlines = drv_ctx.video_resolution.frame_height; in log_output_buffers() [all …]
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_loader.h | 95 int frame_height; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1579 if ((height != (int)drv_ctx.video_resolution.frame_height) || in update_resolution() 1583 height,drv_ctx.video_resolution.frame_height); in update_resolution() 1586 drv_ctx.video_resolution.frame_height = height; in update_resolution() 1593 rectangle.nHeight = drv_ctx.video_resolution.frame_height; in update_resolution() 1599 if ((drv_ctx.video_resolution.frame_width * drv_ctx.video_resolution.frame_height > in is_video_session_supported() 1601 (drv_ctx.video_resolution.frame_width* drv_ctx.video_resolution.frame_height < in is_video_session_supported() 1607 drv_ctx.video_resolution.frame_height, in is_video_session_supported() 1625 …_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); in log_input_buffers() 1644 …_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); in log_output_buffers() 1658 scanlines = drv_ctx.video_resolution.frame_height; in log_output_buffers() [all …]
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_vidc_dec.h | 454 uint32_t frame_height; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 506 uint32_t frame_height; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_vidc_dec.h | 459 uint32_t frame_height; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_vidc_dec.h | 459 uint32_t frame_height; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_vidc_dec.h | 462 uint32_t frame_height; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_vidc_dec.h | 465 uint32_t frame_height; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 499 uint32_t frame_height; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 502 uint32_t frame_height; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 497 uint32_t frame_height; member
|