Home
last modified time | relevance | path

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

12

/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,
Dva.c902 int picture_height, in vaCreateContext() argument
915 vaStatus = ctx->vtable->vaCreateContext( ctx, config_id, picture_width, picture_height, in vaCreateContext()
919 …VA_TRACE_ALL(va_TraceCreateContext, dpy, config_id, picture_width, picture_height, flag, render_ta… in vaCreateContext()
Dva_trace.c576 int picture_height, in va_TraceCreateContext() argument
590 va_TraceMsg(trace_ctx, "\theight = %d\n", picture_height); in va_TraceCreateContext()
607 trace_ctx->trace_frame_height = picture_height; in va_TraceCreateContext()
612 trace_ctx->trace_surface_height = picture_height; in va_TraceCreateContext()
908 va_TraceMsg(trace_ctx,"\tpicture_height = %u\n", p->picture_height); in va_TraceVAPictureParameterBufferJPEG()
1157 va_TraceMsg(trace_ctx, "\tpicture_height = %d\n", p->picture_height); in va_TraceVAEncPictureParameterBufferMPEG4()
2325 va_TraceMsg(trace_ctx, "\tpicture_height = %d\n", p->picture_height); in va_TraceVAEncPictureParameterBufferH263()
2350 va_TraceMsg(trace_ctx, "\tpicture_height = %d\n", p->picture_height); in va_TraceVAEncPictureParameterBufferJPEG()
/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()
Dmpeg2vaenc.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()
1100 height_in_mbs = (seq_param->picture_height + 15) / 16; in mpeg2enc_update_slice_parameter()
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.c567 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 288)) { in psb__MPEG2_check_legal_picture()
574 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) { in psb__MPEG2_check_legal_picture()
Dpsb_drv_video.c1043 int picture_height, in psb_CreateContext() argument
1057 config_id, picture_width, picture_height, flag, num_render_targets); in psb_CreateContext()
1064 vaStatus = psb__checkSurfaceDimensions(driver_data, picture_width, picture_height); in psb_CreateContext()
1086 obj_context->picture_height = picture_height; in psb_CreateContext()
1213 obj_context->picture_height = 0; in psb_CreateContext()
1392 obj_context->picture_height = 0; in psb_CreateContext()
1660 obj_context->picture_height = 0; in psb__destroy_context()
Dpnw_H264.c379 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 576)) { in psb__H264_check_legal_picture()
388 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) { in psb__H264_check_legal_picture()
Dpnw_VC1.c405 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 288)) { in psb__VC1_check_legal_picture()
412 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) { in psb__VC1_check_legal_picture()
419 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 2048)) { in psb__VC1_check_legal_picture()
Dtng_MPEG4ES.c330 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height); in tng__MPEG4ES_process_picture_param()
Dpnw_H263ES.c297 ctx->RawHeight = pBuffer->picture_height; in pnw__H263ES_process_picture_param()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c1281 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 288)) { in psb__MPEG2MC_check_legal_picture()
1288 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) { in psb__MPEG2MC_check_legal_picture()
Dpsb_MPEG2.c585 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 288)) { in psb__MPEG2_check_legal_picture()
592 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) { in psb__MPEG2_check_legal_picture()
Dpsb_H264.c355 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 576)) { in psb__H264_check_legal_picture()
364 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) { in psb__H264_check_legal_picture()
Dpsb_VC1.c387 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 288)) { in psb__VC1_check_legal_picture()
394 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 1088)) { in psb__VC1_check_legal_picture()
401 || (obj_context->picture_height <= 0) || (obj_context->picture_height > 2048)) { in psb__VC1_check_legal_picture()

12