/hardware/intel/common/libmix/videodecoder/ |
H A D | VideoDecoderMPEG2.cpp | 55 data->codec_data->frame_height > MAX_PICTURE_HEIGHT_MPEG2) { 97 data->codec_data->frame_height > MAX_PICTURE_HEIGHT_MPEG2) { 115 mVideoFormatInfo.height != (uint32_t)data->codec_data->frame_height) && 116 (data->codec_data->frame_width > 0) && (data->codec_data->frame_height)) { 118 ITRACE("Video size is changed. from %dx%d to %dx%d\n",mVideoFormatInfo.width,mVideoFormatInfo.height, data->codec_data->frame_width,data->codec_data->frame_height); 123 mVideoFormatInfo.height = data->codec_data->frame_height; 377 data->codec_data->frame_height); 379 mVideoFormatInfo.cropBottom = (data->codec_data->frame_height > mVideoFormatInfo.height) ? 380 (data->codec_data->frame_height - mVideoFormatInfo.height) : 0; 385 mVideoFormatInfo.height != (uint32_t)data->codec_data->frame_height) [all...] |
H A D | VideoDecoderVP8.cpp | 52 uint32_t height = data->codec_data->frame_height; 139 data->codec_data->frame_height > MAX_PICTURE_HEIGHT_VP8) { 177 data->codec_data->frame_height > MAX_PICTURE_HEIGHT_VP8) {
|
/hardware/intel/common/libva/test/basic/ |
H A D | test_vaSurfaceAttrib.c | 46 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 D | va_dec_vp8.h | 77 unsigned int frame_height; member in struct:_VAPictureParameterBufferVP8
|
H A D | va_enc_vp8.h | 56 unsigned int frame_height; member in struct:_VAEncSequenceParameterBufferVP8
|
H A D | va_dec_vp9.h | 71 uint16_t frame_height; member in struct:_VADecPictureParameterBufferVP9
|
/hardware/intel/common/libva/test/encode/ |
H A D | h264encode.c | 112 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/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
H A D | vbp_loader.h | 142 uint32 frame_height; member in struct:_vbp_codec_data_mpeg2 224 int frame_height; member in struct:_vbp_codec_data_h264 418 uint32 frame_height; member in struct:_vbp_codec_data_vp8
|
/hardware/intel/img/psb_video/src/ |
H A D | vsp_vp8.c | 170 vp8_seq->frame_height = 720; 313 seq->frame_height = va_seq->frame_height; 324 ref_frame_height = (seq->frame_height + 2 * 32 + 63) & (~63); 413 ref_frame_height = (ctx->vp8_seq_param.frame_height + 2 * 32 + 63) & (~63); 424 pic->input_frame.height = ctx->vp8_seq_param.frame_height; 824 drv_debug_msg(VIDEO_ENCODE_DEBUG, "frame_height %d\n", seq->frame_height);
|
H A D | tng_VP8.c | 640 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 D | vsp_fw.h | 561 uint32_t frame_height; member in struct:VssVp8encSequenceParameterBuffer
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
H A D | vbp_loader.h | 95 int frame_height; member in struct:_vbp_codec_data_h264
|
/hardware/qcom/media/msm8996/videopp/src/ |
H A D | omx_vdpp.cpp | 1408 if ((height != drv_ctx.video_resolution_input.frame_height) || 1412 height,drv_ctx.video_resolution_input.frame_height); 1415 drv_ctx.video_resolution_input.frame_height = height; 1422 rectangle.nHeight = drv_ctx.video_resolution_input.frame_height; 1629 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; 1664 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; 1689 drv_ctx.video_resolution_output.frame_height = fmt.fmt.pix_mp.height; 2863 drv_ctx.video_resolution_input.frame_height, 2869 drv_ctx.video_resolution_output.frame_height, 2975 drv_ctx.video_resolution_output.frame_height [all...] |
/hardware/qcom/media/msm8998/videopp/src/ |
H A D | omx_vdpp.cpp | 1408 if ((height != drv_ctx.video_resolution_input.frame_height) || 1412 height,drv_ctx.video_resolution_input.frame_height); 1415 drv_ctx.video_resolution_input.frame_height = height; 1422 rectangle.nHeight = drv_ctx.video_resolution_input.frame_height; 1629 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; 1664 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; 1689 drv_ctx.video_resolution_output.frame_height = fmt.fmt.pix_mp.height; 2863 drv_ctx.video_resolution_input.frame_height, 2869 drv_ctx.video_resolution_output.frame_height, 2975 drv_ctx.video_resolution_output.frame_height [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_msm8974.cpp | 185 vdec_msg.msgdata.output_frame.picsize.frame_height = plane[0].reserved[7]; 1262 pThis->drv_ctx.video_resolution.frame_height)) { 1268 pThis->drv_ctx.video_resolution.frame_height); 1274 pThis->drv_ctx.video_resolution.frame_height; 1308 pThis->drv_ctx.video_resolution.frame_height) { 1312 pThis->drv_ctx.video_resolution.frame_height); 1316 pThis->drv_ctx.video_resolution.frame_height) { 1320 pThis->drv_ctx.video_resolution.frame_height); 1322 pThis->drv_ctx.video_resolution.frame_height; 1384 if ((height != (int)drv_ctx.video_resolution.frame_height) || [all...] |
H A D | omx_vdec_hevc_swvdec.cpp | 1579 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...] |
H A D | omx_vdec_hevc.cpp | 1204 drv_ctx.video_resolution.frame_height = height; 1211 rectangle.nHeight = drv_ctx.video_resolution.frame_height; 1474 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 1506 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 2662 drv_ctx.video_resolution.frame_height, 2795 if (drv_ctx.video_resolution.frame_height != 2807 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 2849 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 5941 for (i = 0; i < drv_ctx.video_resolution.frame_height; i++) { 5947 for (i = 0; i < drv_ctx.video_resolution.frame_height/ [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 202 vdec_msg.msgdata.output_frame.picsize.frame_height = plane[0].reserved[7]; 234 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; 992 drv_ctx.video_resolution.frame_height > 1088) || 993 (drv_ctx.video_resolution.frame_height > 1088 && 1168 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 1599 pThis->drv_ctx.video_resolution.frame_height)) { 1605 pThis->drv_ctx.video_resolution.frame_height); 1611 pThis->drv_ctx.video_resolution.frame_height; 1645 pThis->drv_ctx.video_resolution.frame_height) { 1649 pThis->drv_ctx.video_resolution.frame_height); [all...] |
H A D | omx_vdec_hevc_swvdec.cpp | 1596 if ((height != (int)drv_ctx.video_resolution.frame_height) || 1600 height,drv_ctx.video_resolution.frame_height); 1603 drv_ctx.video_resolution.frame_height = height; 1610 rectangle.nHeight = drv_ctx.video_resolution.frame_height; 1616 if ((drv_ctx.video_resolution.frame_width * drv_ctx.video_resolution.frame_height > 1618 (drv_ctx.video_resolution.frame_width* drv_ctx.video_resolution.frame_height < 1624 drv_ctx.video_resolution.frame_height, 1642 m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); 1661 m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); 1675 scanlines = drv_ctx.video_resolution.frame_height; [all...] |
H A D | omx_vdec_hevc.cpp | 1199 drv_ctx.video_resolution.frame_height = height; 1206 rectangle.nHeight = drv_ctx.video_resolution.frame_height; 1453 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 1485 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 2641 drv_ctx.video_resolution.frame_height, 2774 if (drv_ctx.video_resolution.frame_height != 2786 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 2828 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 5905 for (i = 0; i < drv_ctx.video_resolution.frame_height; i++) { 5911 for (i = 0; i < drv_ctx.video_resolution.frame_height/ [all...] |
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 243 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; 1811 pThis->drv_ctx.video_resolution.frame_height)) { 1817 pThis->drv_ctx.video_resolution.frame_height); 1823 pThis->drv_ctx.video_resolution.frame_height; 1857 pThis->drv_ctx.video_resolution.frame_height) { 1861 pThis->drv_ctx.video_resolution.frame_height); 1865 pThis->drv_ctx.video_resolution.frame_height) { 1869 pThis->drv_ctx.video_resolution.frame_height); 1871 pThis->drv_ctx.video_resolution.frame_height; 1910 frame_data[0] : pThis->drv_ctx.video_resolution.frame_height; [all...] |
H A D | omx_vdec_hevc_swvdec.cpp | 1596 if ((height != (int)drv_ctx.video_resolution.frame_height) || 1600 height,drv_ctx.video_resolution.frame_height); 1603 drv_ctx.video_resolution.frame_height = height; 1610 rectangle.nHeight = drv_ctx.video_resolution.frame_height; 1616 if ((drv_ctx.video_resolution.frame_width * drv_ctx.video_resolution.frame_height > 1618 (drv_ctx.video_resolution.frame_width* drv_ctx.video_resolution.frame_height < 1624 drv_ctx.video_resolution.frame_height, 1642 m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); 1661 m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this); 1675 scanlines = drv_ctx.video_resolution.frame_height; [all...] |
H A D | omx_vdec_hevc.cpp | 1199 drv_ctx.video_resolution.frame_height = height; 1206 rectangle.nHeight = drv_ctx.video_resolution.frame_height; 1453 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 1485 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 2641 drv_ctx.video_resolution.frame_height, 2774 if (drv_ctx.video_resolution.frame_height != 2786 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 2828 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; 5905 for (i = 0; i < drv_ctx.video_resolution.frame_height; i++) { 5911 for (i = 0; i < drv_ctx.video_resolution.frame_height/ [all...] |
/hardware/intel/common/libmix/videoencoder/ |
H A D | VideoEncoderVP8.cpp | 86 vp8SeqParam.frame_height = mComParams.resolution.height;
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 454 uint32_t frame_height; member in struct:vdec_picsize
|