Home
last modified time | relevance | path

Searched refs:picture_height (Results 1 – 25 of 52) sorted by relevance

123

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparamsdec.c46 self->picture_height = 0; in mix_videoconfigparamsdec_init()
162 this_target->picture_height = this_src->picture_height; in mix_videoconfigparamsdec_copy()
247 && this_first->picture_height != this_second->picture_height) { in mix_videoconfigparamsdec_equal()
446 guint picture_width, guint picture_height) { in mix_videoconfigparamsdec_set_picture_res() argument
449 obj->picture_height = picture_height; in mix_videoconfigparamsdec_set_picture_res()
454 guint * picture_width, guint * picture_height) { in mix_videoconfigparamsdec_get_picture_res() argument
455 MIX_VIDEOCONFIGPARAMSDEC_GETTER_CHECK_INPUT_PAIR (obj, picture_width, picture_height); in mix_videoconfigparamsdec_get_picture_res()
457 *picture_height = obj->picture_height; in mix_videoconfigparamsdec_get_picture_res()
Dmixvideoconfigparamsenc.c44 self->picture_height = 0; in mix_videoconfigparamsenc_init()
172 this_target->picture_height = this_src->picture_height; in mix_videoconfigparamsenc_copy()
276 && this_first->picture_height != this_second->picture_height) { in mix_videoconfigparamsenc_equal()
435 guint picture_width, guint picture_height) { in mix_videoconfigparamsenc_set_picture_res() argument
438 obj->picture_height = picture_height; in mix_videoconfigparamsenc_set_picture_res()
443 guint * picture_width, guint * picture_height) { in mix_videoconfigparamsenc_get_picture_res() argument
444 MIX_VIDEOCONFIGPARAMSENC_GETTER_CHECK_INPUT_PAIR (obj, picture_width, picture_height); in mix_videoconfigparamsenc_get_picture_res()
446 *picture_height = obj->picture_height; in mix_videoconfigparamsenc_get_picture_res()
Dmixvideoconfigparamsdec.h79 gulong picture_height; member
164 guint picture_width, guint picture_height);
167 guint * picture_width, guint * picture_height);
Dmixvideoconfigparamsenc.h86 guint16 picture_height; member
167 guint picture_width, guint picture_height);
170 guint * picture_width, guint * picture_height);
Dmixvideoformatenc_mpeg4.c458 parent->picture_height, parent->va_format, in mix_videofmtenc_mpeg4_initialize()
593 parent->picture_width, parent->picture_height, in mix_videofmtenc_mpeg4_initialize()
599 parent->picture_width, parent->picture_height); in mix_videofmtenc_mpeg4_initialize()
646 parent->picture_width, parent->picture_height, 0, 0, in mix_videofmtenc_mpeg4_initialize()
949 mpeg4_seq_param.video_object_layer_height= parent->picture_height; in mix_videofmtenc_mpeg4_send_seq_params()
1054 mpeg4_pic_param.picture_height = parent->picture_height; in mix_videofmtenc_mpeg4_send_picture_parameter()
1071 mpeg4_pic_param.picture_height); in mix_videofmtenc_mpeg4_send_picture_parameter()
1135 slice_height = parent->picture_height; in mix_videofmtenc_mpeg4_send_slice_parameter()
1228 height = parent->picture_height; in mix_videofmtenc_mpeg4_process_encode()
1684 (parent->picture_width* parent->picture_height * 400) / (16 * 16); in mix_videofmtenc_mpeg4_get_max_encoded_buf_size()
[all …]
Dmixvideoformatenc_h264.c473 parent->picture_height, parent->va_format, in mix_videofmtenc_h264_initialize()
608 parent->picture_width, parent->picture_height, in mix_videofmtenc_h264_initialize()
614 parent->picture_width, parent->picture_height); in mix_videofmtenc_h264_initialize()
661 parent->picture_width, parent->picture_height, 0, 0, in mix_videofmtenc_h264_initialize()
966 h264_seq_param.picture_height_in_mbs = parent->picture_height/ 16; in mix_videofmtenc_h264_send_seq_params()
1063 h264_pic_param.picture_height = parent->picture_height; in mix_videofmtenc_h264_send_picture_parameter()
1078 h264_pic_param.picture_height); in mix_videofmtenc_h264_send_picture_parameter()
1139 slice_height = parent->picture_height / slice_num; in mix_videofmtenc_h264_send_slice_parameter()
1177 min (slice_height, parent->picture_height in mix_videofmtenc_h264_send_slice_parameter()
1292 height = parent->picture_height; in mix_videofmtenc_h264_process_encode()
[all …]
Dmixvideoformat.c58 self->picture_height = 0; in mix_videoformat_init()
246 …videoconfigparamsdec_get_picture_res(config_params, &(mix->picture_width), &(mix->picture_height)); in mix_videofmt_initialize_default()
303 mix->picture_height = 0; in mix_videofmt_initialize_default()
Dmixvideoformatenc.c59 self->picture_height = 0; in mix_videoformatenc_init()
257 &(mix->picture_width), &(mix->picture_height)); in mix_videofmtenc_initialize_default()
371 mix->picture_height); in mix_videofmtenc_initialize_default()
Dmixvideoformatenc_preview.c411 parent->picture_height, parent->va_format, in mix_videofmtenc_preview_initialize()
546 parent->picture_width, parent->picture_height, in mix_videofmtenc_preview_initialize()
552 parent->picture_width, parent->picture_height); in mix_videofmtenc_preview_initialize()
589 parent->picture_width, parent->picture_height, 0, 0, in mix_videofmtenc_preview_initialize()
903 height = parent->picture_height; in mix_videofmtenc_preview_process_encode()
Dmixvideoformat.h79 guint picture_height; member
Dmixvideoformatenc.h75 guint picture_height; member
Dmixvideoformat_vc1.c528 parent->picture_height, entrypts[vaentrypt], in mix_videofmt_vc1_initialize()
568 parent->picture_width, parent->picture_height, in mix_videofmt_vc1_initialize()
578 …G_V( "Created libva context width %d, height %d\n", parent->picture_width, parent->picture_height); in mix_videofmt_vc1_initialize()
581 … "mix_video vinfo: Content width %d, height %d\n", parent->picture_width, parent->picture_height); in mix_videofmt_vc1_initialize()
844 unsigned int ui32SrcHeight = mix->picture_height; in GetImageFromSurface()
/hardware/intel/common/libva/va/
Dva_enc_jpeg.h58 unsigned short picture_height; member
Dva_dec_jpeg.h59 unsigned short picture_height; member
Dva_enc_mpeg2.h114 unsigned short picture_height; member
Dva_trace.h98 int picture_height,
Dva.h1227 int picture_height,
2324 unsigned short picture_height; member
2353 unsigned short picture_height; member
Dva_backend.h121 int picture_height,
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderH263.cpp107 h263PictureParams.picture_height = mComParams.resolution.height; in renderPictureParams()
116 LOG_V( "picture_height = %d\n",h263PictureParams.picture_height); in renderPictureParams()
DVideoEncoderMP4.cpp195 mpeg4_pic_param.picture_height = mComParams.resolution.height; in renderPictureParams()
205 LOG_V("picture_height = %d\n", mpeg4_pic_param.picture_height); in renderPictureParams()
/hardware/intel/common/libva/test/encode/
Davcenc.c82 static int picture_height, picture_height_in_mbs; variable
207 picture_width, picture_height, in create_encode_pipe()
257 VA_RT_FORMAT_YUV420, picture_width, picture_height, in alloc_encode_resource()
361 int y_size = picture_width * picture_height; in upload_yuv_to_surface()
362 int u_size = (picture_width >> 1) * (picture_height >> 1); in upload_yuv_to_surface()
1570 picture_height = atoi(argv[2]); in main()
1572 picture_height_in_mbs = (picture_height + 15) / 16; in main()
1620 frame_size = picture_width * picture_height + ((picture_width * picture_height) >> 1) ; in main()
1637 avcenc_context_init(picture_width, picture_height); in main()
Dmpeg2enc.c289 bitstream_put_ui(bs, seq_param->picture_height, 12); in sps_rbsp()
307 bitstream_put_ui(bs, seq_param->picture_height >> 12, 2); in sps_rbsp()
765 seq_param->picture_height = ctx->height; in mpeg2enc_init_sequence_parameter()
1084 height_in_mbs = (seq_param->picture_height + 15) / 16; in mpeg2enc_update_slice_parameter()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1945 static int picture_height = 960, picture_height_in_mbs = 60; variable
1946 static int frame_size = picture_width * picture_height + ((picture_width * picture_height) >> 1) ;
2054 picture_width, picture_height, in create_encode_pipe()
2103 picture_width, picture_height, in alloc_encode_resource()
2164 int y_size = picture_width * picture_height; in upload_yuv_to_surface()
2165 int u_size = (picture_width >> 1) * (picture_height >> 1); in upload_yuv_to_surface()
2196 memcpy(u_dst, u_src, picture_width*picture_height/2); in upload_yuv_to_surface()
3226 avcenc_context_init(picture_width, picture_height); in encode_file()
/hardware/intel/img/psb_video/src/
Dtng_H263ES.c315 ctx->h263_actual_height = psPicParams->picture_height; in tng__H263ES_process_picture_param()
318 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height); in tng__H263ES_process_picture_param()
Dpnw_MPEG2.c610 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 288)) { in psb__MPEG2_check_legal_picture()
617 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) { in psb__MPEG2_check_legal_picture()

123