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

12

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG2.cpp54 if (data->codec_data->frame_width > MAX_PICTURE_WIDTH_MPEG2 ||
96 if (data->codec_data->frame_width > MAX_PICTURE_WIDTH_MPEG2 ||
114 if ((mVideoFormatInfo.width != (uint32_t)data->codec_data->frame_width ||
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);
122 mVideoFormatInfo.width = data->codec_data->frame_width;
376 data->codec_data->frame_width,
381 mVideoFormatInfo.cropRight = (data->codec_data->frame_width > mVideoFormatInfo.width) ?
382 (data->codec_data->frame_width - mVideoFormatInfo.width) : 0;
384 if ((mVideoFormatInfo.width != (uint32_t)data->codec_data->frame_width ||
[all...]
H A DVideoDecoderVP8.cpp51 uint32_t width = data->codec_data->frame_width;
138 if (data->codec_data->frame_width > MAX_PICTURE_WIDTH_VP8 ||
176 if (data->codec_data->frame_width > MAX_PICTURE_WIDTH_VP8 ||
/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);
121 vaSurfaceExternBuf.width = frame_width;
123 vaSurfaceExternBuf.pitches[0] = vaSurfaceExternBuf.pitches[1] = vaSurfaceExternBuf.pitches[2] = frame_width;
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.h75 unsigned int frame_width; member in struct:_VAPictureParameterBufferVP8
H A Dva_enc_vp8.h54 unsigned int frame_width; member in struct:_VAEncSequenceParameterBufferVP8
H A Dva_dec_vp9.h67 uint16_t frame_width; member in struct:_VADecPictureParameterBufferVP9
/hardware/intel/common/libva/test/encode/
H A Dh264encode.c111 static int frame_width = 176; variable
757 frame_width = 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);
904 frame_width_mbaligned = (frame_width + 15) & (~15);
906 if (frame_width != frame_width_mbaligned ||
909 frame_width, frame_height,
1308 if (frame_width != frame_width_mbaligned ||
1312 seq_param.frame_crop_right_offset = (frame_width_mbaligned - frame_width)/2;
1705 frame_size = frame_width * frame_heigh
[all...]
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h140 uint32 frame_width; member in struct:_vbp_codec_data_mpeg2
223 int frame_width; member in struct:_vbp_codec_data_h264
417 uint32 frame_width; member in struct:_vbp_codec_data_vp8
/hardware/intel/img/psb_video/src/
H A Dvsp_vp8.c169 vp8_seq->frame_width = 1280;
312 seq->frame_width = va_seq->frame_width;
323 ref_frame_width = (seq->frame_width + 2 * 32 + 63) & (~63);
412 ref_frame_width = (ctx->vp8_seq_param.frame_width + 2 * 32 + 63) & (~63);
425 pic->input_frame.width = ctx->vp8_seq_param.frame_width;
428 //pic->input_frame.stride = (ctx->frame_width + 31) & (~31);
823 drv_debug_msg(VIDEO_ENCODE_DEBUG, "frame_width %d\n", seq->frame_width);
H A Dtng_VP8.c639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width;
643 ctx->size_mb = ((ctx->pic_params->frame_width) * (ctx->pic_params->frame_height)) >> 8;
892 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, (((ctx->pic_params->frame_width + 15) / 16) * 16) - 1);
901 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, (((ctx->pic_params->frame_width + 15) / 16) * 16) - 1);
988 unsigned int pic_last_mb_xy = (last_mb_row << 8) | (((ctx->pic_params->frame_width + 15) / 16) - 1);
1038 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC_VP8, CR_VEC_VP8_FE_PIC1, VP8_FE_PIC_WIDTH_IN_MBS_LESS1, ((ctx->pic_params->frame_width + 15) >> 4) - 1 );
1126 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC_VP8, CR_VEC_VP8_BE_PIC1, VP8_BE_PIC_WIDTH_IN_MBS_LESS1, ((ctx->pic_params->frame_width + 15) >> 4) - 1);
1566 (ctx->pic_params->frame_width+15)/16,
H A Dvsp_fw.h560 uint32_t frame_width; member in struct:VssVp8encSequenceParameterBuffer
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h94 int frame_width; member in struct:_vbp_codec_data_h264
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp1409 (width != drv_ctx.video_resolution_input.frame_width)) {
1411 width, drv_ctx.video_resolution_input.frame_width,
1416 drv_ctx.video_resolution_input.frame_width = width;
1421 rectangle.nWidth = drv_ctx.video_resolution_input.frame_width;
1630 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width;
1665 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width;
1690 drv_ctx.video_resolution_output.frame_width = fmt.fmt.pix_mp.width;
2862 drv_ctx.video_resolution_input.frame_width,
2868 drv_ctx.video_resolution_output.frame_width,
2976 drv_ctx.video_resolution_output.frame_width
[all...]
/hardware/qcom/media/msm8998/videopp/src/
H A Domx_vdpp.cpp1409 (width != drv_ctx.video_resolution_input.frame_width)) {
1411 width, drv_ctx.video_resolution_input.frame_width,
1416 drv_ctx.video_resolution_input.frame_width = width;
1421 rectangle.nWidth = drv_ctx.video_resolution_input.frame_width;
1630 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width;
1665 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width;
1690 drv_ctx.video_resolution_output.frame_width = fmt.fmt.pix_mp.width;
2862 drv_ctx.video_resolution_input.frame_width,
2868 drv_ctx.video_resolution_output.frame_width,
2976 drv_ctx.video_resolution_output.frame_width
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp184 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6];
1260 pThis->drv_ctx.video_resolution.frame_width) ||
1267 pThis->drv_ctx.video_resolution.frame_width,
1272 pThis->drv_ctx.video_resolution.frame_width;
1290 pThis->drv_ctx.video_resolution.frame_width) {
1294 pThis->drv_ctx.video_resolution.frame_width);
1298 pThis->drv_ctx.video_resolution.frame_width) {
1302 pThis->drv_ctx.video_resolution.frame_width);
1304 pThis->drv_ctx.video_resolution.frame_width;
1385 (width != (int)drv_ctx.video_resolution.frame_width)) {
[all...]
H A Domx_vdec_hevc_swvdec.cpp1580 (width != (int)drv_ctx.video_resolution.frame_width)) {
1582 width, drv_ctx.video_resolution.frame_width,
1587 drv_ctx.video_resolution.frame_width = width;
1592 rectangle.nWidth = drv_ctx.video_resolution.frame_width;
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 <
1606 drv_ctx.video_resolution.frame_width,
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);
1657 stride = drv_ctx.video_resolution.frame_width;
[all...]
H A Domx_vdec_hevc.cpp1205 drv_ctx.video_resolution.frame_width = width;
1210 rectangle.nWidth = drv_ctx.video_resolution.frame_width;
1475 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1507 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2661 drv_ctx.video_resolution.frame_width,
2797 drv_ctx.video_resolution.frame_width !=
2808 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2850 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
5942 bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1);
5948 bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width,
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp201 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6];
235 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1];
991 bool is_res_above_1080p = (drv_ctx.video_resolution.frame_width > 1920 &&
994 drv_ctx.video_resolution.frame_width > 1920);
1169 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1597 pThis->drv_ctx.video_resolution.frame_width) ||
1604 pThis->drv_ctx.video_resolution.frame_width,
1609 pThis->drv_ctx.video_resolution.frame_width;
1627 pThis->drv_ctx.video_resolution.frame_width) {
1631 pThis->drv_ctx.video_resolution.frame_width);
[all...]
H A Domx_vdec_hevc_swvdec.cpp1597 (width != (int)drv_ctx.video_resolution.frame_width)) {
1599 width, drv_ctx.video_resolution.frame_width,
1604 drv_ctx.video_resolution.frame_width = width;
1609 rectangle.nWidth = drv_ctx.video_resolution.frame_width;
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 <
1623 drv_ctx.video_resolution.frame_width,
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);
1674 stride = drv_ctx.video_resolution.frame_width;
[all...]
H A Domx_vdec_hevc.cpp1200 drv_ctx.video_resolution.frame_width = width;
1205 rectangle.nWidth = drv_ctx.video_resolution.frame_width;
1454 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1486 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2640 drv_ctx.video_resolution.frame_width,
2776 drv_ctx.video_resolution.frame_width !=
2787 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2829 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
5906 bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1);
5912 bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width,
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp244 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1];
1809 pThis->drv_ctx.video_resolution.frame_width) ||
1816 pThis->drv_ctx.video_resolution.frame_width,
1821 pThis->drv_ctx.video_resolution.frame_width;
1839 pThis->drv_ctx.video_resolution.frame_width) {
1843 pThis->drv_ctx.video_resolution.frame_width);
1847 pThis->drv_ctx.video_resolution.frame_width) {
1851 pThis->drv_ctx.video_resolution.frame_width);
1853 pThis->drv_ctx.video_resolution.frame_width;
1913 frame_data[1] : pThis->drv_ctx.video_resolution.frame_width;
[all...]
H A Domx_vdec_hevc_swvdec.cpp1597 (width != (int)drv_ctx.video_resolution.frame_width)) {
1599 width, drv_ctx.video_resolution.frame_width,
1604 drv_ctx.video_resolution.frame_width = width;
1609 rectangle.nWidth = drv_ctx.video_resolution.frame_width;
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 <
1623 drv_ctx.video_resolution.frame_width,
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);
1674 stride = drv_ctx.video_resolution.frame_width;
[all...]
H A Domx_vdec_hevc.cpp1200 drv_ctx.video_resolution.frame_width = width;
1205 rectangle.nWidth = drv_ctx.video_resolution.frame_width;
1454 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1486 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2640 drv_ctx.video_resolution.frame_width,
2776 drv_ctx.video_resolution.frame_width !=
2787 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2829 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
5906 bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1);
5912 bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width,
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderVP8.cpp85 vp8SeqParam.frame_width = mComParams.resolution.width;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h452 uint32_t frame_width; member in struct:vdec_picsize

Completed in 3223 milliseconds

12