/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderMPEG2.cpp | 54 if (data->codec_data->frame_width > MAX_PICTURE_WIDTH_MPEG2 || in start() 96 if (data->codec_data->frame_width > MAX_PICTURE_WIDTH_MPEG2 || in decode() 114 if ((mVideoFormatInfo.width != (uint32_t)data->codec_data->frame_width || in decode() 116 (data->codec_data->frame_width > 0) && (data->codec_data->frame_height)) { in decode() 118 …d\n",mVideoFormatInfo.width,mVideoFormatInfo.height, data->codec_data->frame_width,data->codec_dat… in decode() 122 mVideoFormatInfo.width = data->codec_data->frame_width; in decode() 376 data->codec_data->frame_width, in updateFormatInfo() 381 mVideoFormatInfo.cropRight = (data->codec_data->frame_width > mVideoFormatInfo.width) ? in updateFormatInfo() 382 … (data->codec_data->frame_width - mVideoFormatInfo.width) : 0; in updateFormatInfo() 384 if ((mVideoFormatInfo.width != (uint32_t)data->codec_data->frame_width || in updateFormatInfo() [all …]
|
D | VideoDecoderVP8.cpp | 51 uint32_t width = data->codec_data->frame_width; in updateFormatInfo() 138 if (data->codec_data->frame_width > MAX_PICTURE_WIDTH_VP8 || in start() 176 if (data->codec_data->frame_width > MAX_PICTURE_WIDTH_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() 121 vaSurfaceExternBuf.width = frame_width; in test() 123 …ExternBuf.pitches[0] = vaSurfaceExternBuf.pitches[1] = vaSurfaceExternBuf.pitches[2] = frame_width; 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 | 111 static int frame_width = 176; variable 757 frame_width = 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() 904 frame_width_mbaligned = (frame_width + 15) & (~15); in process_cmdline() 906 if (frame_width != frame_width_mbaligned || in process_cmdline() 909 frame_width, frame_height, in process_cmdline() 1308 if (frame_width != frame_width_mbaligned || in render_sequence() 1312 seq_param.frame_crop_right_offset = (frame_width_mbaligned - frame_width)/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 | 75 unsigned int frame_width; member
|
D | va_enc_vp8.h | 54 unsigned int frame_width; member
|
D | va_dec_vp9.h | 67 uint16_t frame_width; member
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
D | vbp_loader.h | 140 uint32 frame_width; member 223 int frame_width; member 417 uint32 frame_width; member
|
/hardware/intel/img/psb_video/src/ |
D | vsp_vp8.c | 169 vp8_seq->frame_width = 1280; in vsp_VP8_set_default_params() 312 seq->frame_width = va_seq->frame_width; in vsp_vp8_process_seqence_param() 323 ref_frame_width = (seq->frame_width + 2 * 32 + 63) & (~63); in vsp_vp8_process_seqence_param() 412 ref_frame_width = (ctx->vp8_seq_param.frame_width + 2 * 32 + 63) & (~63); in vsp_vp8_process_picture_param() 425 pic->input_frame.width = ctx->vp8_seq_param.frame_width; in vsp_vp8_process_picture_param() 823 drv_debug_msg(VIDEO_ENCODE_DEBUG, "frame_width %d\n", seq->frame_width); in vsp_vp8_dump_commands()
|
D | tng_VP8.c | 639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width; 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() 892 …CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, (((ctx->pic_params->frame_width + 15) / 16) * 1… in tng__CMDS_registers_write() 901 …VDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, (((ctx->pic_params->frame_width + 15) / 16) * 1… in tng__CMDS_registers_write() 988 …unsigned int pic_last_mb_xy = (last_mb_row << 8) | (((ctx->pic_params->frame_width + 15) / 16) - 1… in tng__VP8_set_slice_param() 1038 … CR_VEC_VP8_FE_PIC1, VP8_FE_PIC_WIDTH_IN_MBS_LESS1, ((ctx->pic_params->frame_width + 15) >> 4) - 1… in tng__VP8_FE_Registers_Write() 1126 … CR_VEC_VP8_BE_PIC1, VP8_BE_PIC_WIDTH_IN_MBS_LESS1, ((ctx->pic_params->frame_width + 15) >> 4) - 1… in tng__VP8_BE_Registers_Write() 1566 (ctx->pic_params->frame_width+15)/16, in tng_VP8_EndPicture()
|
D | vsp_fw.h | 560 uint32_t frame_width; member
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 1409 (width != drv_ctx.video_resolution_input.frame_width)) { in update_resolution() 1411 width, drv_ctx.video_resolution_input.frame_width, in update_resolution() 1416 drv_ctx.video_resolution_input.frame_width = width; in update_resolution() 1421 rectangle.nWidth = drv_ctx.video_resolution_input.frame_width; in update_resolution() 1630 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width; in component_init() 1665 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width; in component_init() 1690 drv_ctx.video_resolution_output.frame_width = fmt.fmt.pix_mp.width; in component_init() 2862 drv_ctx.video_resolution_input.frame_width, in get_parameter() 2868 drv_ctx.video_resolution_output.frame_width, in get_parameter() 2976 drv_ctx.video_resolution_output.frame_width = portDefn->format.video.nFrameWidth; in set_parameter() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 244 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread() 1777 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1784 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1789 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1807 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1811 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1815 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1819 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1821 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1881 … frame_data[1] : pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1597 (width != (int)drv_ctx.video_resolution.frame_width)) { in update_resolution() 1599 width, drv_ctx.video_resolution.frame_width, in update_resolution() 1604 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1609 rectangle.nWidth = drv_ctx.video_resolution.frame_width; 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() 1623 drv_ctx.video_resolution.frame_width, in is_video_session_supported() 1642 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1661 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_output_buffers() 1674 stride = drv_ctx.video_resolution.frame_width; in log_output_buffers() [all …]
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_loader.h | 94 int frame_width; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1580 (width != (int)drv_ctx.video_resolution.frame_width)) { in update_resolution() 1582 width, drv_ctx.video_resolution.frame_width, in update_resolution() 1587 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1592 rectangle.nWidth = drv_ctx.video_resolution.frame_width; 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() 1606 drv_ctx.video_resolution.frame_width, in is_video_session_supported() 1625 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1644 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_output_buffers() 1657 stride = drv_ctx.video_resolution.frame_width; in log_output_buffers() [all …]
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_vidc_dec.h | 452 uint32_t frame_width; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 505 uint32_t frame_width; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_vidc_dec.h | 457 uint32_t frame_width; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_vidc_dec.h | 457 uint32_t frame_width; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_vidc_dec.h | 461 uint32_t frame_width; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_vidc_dec.h | 464 uint32_t frame_width; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 498 uint32_t frame_width; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 501 uint32_t frame_width; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 496 uint32_t frame_width; member
|