/hardware/intel/common/libva/va/ |
D | va_enc_jpeg.h | 58 unsigned short picture_height; member
|
D | va_dec_jpeg.h | 59 unsigned short picture_height; member
|
D | va_enc_mpeg2.h | 114 unsigned short picture_height; member
|
D | va_trace.h | 98 int picture_height,
|
D | va.h | 1227 int picture_height, 2324 unsigned short picture_height; member 2353 unsigned short picture_height; member
|
D | va_backend.h | 121 int picture_height,
|
D | va.c | 902 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()
|
D | va_trace.c | 576 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/ |
D | VideoEncoderH263.cpp | 107 h263PictureParams.picture_height = mComParams.resolution.height; in renderPictureParams() 116 LOG_V( "picture_height = %d\n",h263PictureParams.picture_height); in renderPictureParams()
|
D | VideoEncoderMP4.cpp | 195 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/ |
D | avcenc.c | 82 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()
|
D | mpeg2vaenc.c | 289 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()
|
D | mpeg2enc.c | 289 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/ |
D | mpeg2transcode.cpp | 1945 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/ |
D | tng_H263ES.c | 315 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()
|
D | pnw_MPEG2.c | 567 || (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()
|
D | psb_drv_video.c | 1043 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()
|
D | pnw_H264.c | 379 || (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()
|
D | pnw_VC1.c | 405 || (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()
|
D | tng_MPEG4ES.c | 330 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height); in tng__MPEG4ES_process_picture_param()
|
D | pnw_H263ES.c | 297 ctx->RawHeight = pBuffer->picture_height; in pnw__H263ES_process_picture_param()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_MPEG2MC.c | 1281 || (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()
|
D | psb_MPEG2.c | 585 || (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()
|
D | psb_H264.c | 355 || (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()
|
D | psb_VC1.c | 387 || (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()
|