Home
last modified time | relevance | path

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

12

/hardware/intel/common/libva/test/encode/
Davcenc.c81 static int picture_width, picture_width_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()
388 y_src += picture_width; in upload_yuv_to_surface()
399 u_src += (picture_width / 2); in upload_yuv_to_surface()
400 v_src += (picture_width / 2); in upload_yuv_to_surface()
415 u_src += (picture_width / 2); in upload_yuv_to_surface()
416 v_src += (picture_width / 2); in upload_yuv_to_surface()
[all …]
Dmpeg2enc.c288 bitstream_put_ui(bs, seq_param->picture_width, 12); in sps_rbsp()
306 bitstream_put_ui(bs, seq_param->picture_width >> 12, 2); in sps_rbsp()
764 seq_param->picture_width = ctx->width; in mpeg2enc_init_sequence_parameter()
1083 width_in_mbs = (seq_param->picture_width + 15) / 16; in mpeg2enc_update_slice_parameter()
Dmpeg2vaenc.c288 bitstream_put_ui(bs, seq_param->picture_width, 12); in sps_rbsp()
306 bitstream_put_ui(bs, seq_param->picture_width >> 12, 2); in sps_rbsp()
764 seq_param->picture_width = ctx->width; in mpeg2enc_init_sequence_parameter()
1099 width_in_mbs = (seq_param->picture_width + 15) / 16; in mpeg2enc_update_slice_parameter()
/hardware/intel/common/libva/va/
Dva_enc_jpeg.h56 unsigned short picture_width; member
Dva_dec_jpeg.h57 unsigned short picture_width; member
Dva_enc_mpeg2.h106 unsigned short picture_width; member
Dva_trace.h97 int picture_width,
Dva.h1226 int picture_width,
2323 unsigned short picture_width; member
2352 unsigned short picture_width; member
Dva_backend.h120 int picture_width,
Dva.c901 int picture_width, 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.c575 int picture_width, in va_TraceCreateContext() argument
589 va_TraceMsg(trace_ctx, "\twidth = %d\n", picture_width); in va_TraceCreateContext()
606 trace_ctx->trace_frame_width = picture_width; in va_TraceCreateContext()
610 trace_ctx->trace_surface_width = picture_width; in va_TraceCreateContext()
907 va_TraceMsg(trace_ctx,"\tpicture_width = %u\n", p->picture_width); in va_TraceVAPictureParameterBufferJPEG()
1156 va_TraceMsg(trace_ctx, "\tpicture_width = %d\n", p->picture_width); in va_TraceVAEncPictureParameterBufferMPEG4()
2324 va_TraceMsg(trace_ctx, "\tpicture_width = %d\n", p->picture_width); in va_TraceVAEncPictureParameterBufferH263()
2349 va_TraceMsg(trace_ctx, "\tpicture_width = %d\n", p->picture_width); in va_TraceVAEncPictureParameterBufferJPEG()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderH263.cpp106 h263PictureParams.picture_width = mComParams.resolution.width; in renderPictureParams()
115 LOG_V( "picture_width = %d\n", h263PictureParams.picture_width); in renderPictureParams()
DVideoEncoderMP4.cpp194 mpeg4_pic_param.picture_width = mComParams.resolution.width; in renderPictureParams()
204 LOG_V("picture_width = %d\n", mpeg4_pic_param.picture_width); in renderPictureParams()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1944 static int picture_width = 1280, picture_width_in_mbs = 80; 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()
2192 y_src += picture_width; in upload_yuv_to_surface()
2196 memcpy(u_dst, u_src, picture_width*picture_height/2); in upload_yuv_to_surface()
2207 u_src += (picture_width / 2); in upload_yuv_to_surface()
2208 v_src += (picture_width / 2); in upload_yuv_to_surface()
[all …]
/hardware/intel/img/psb_video/src/
Dtng_H263ES.c314 ctx->h263_actual_width = psPicParams->picture_width; in tng__H263ES_process_picture_param()
317 ASSERT(ctx->ui16Width == psPicParams->picture_width); in tng__H263ES_process_picture_param()
Dpnw_MPEG2.c566 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 352) in psb__MPEG2_check_legal_picture()
573 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 1920) in psb__MPEG2_check_legal_picture()
Dpsb_drv_video.c1025 int picture_width, in psb_CreateContext() argument
1040 config_id, picture_width, picture_height, flag, num_render_targets); in psb_CreateContext()
1047 vaStatus = psb__checkSurfaceDimensions(driver_data, picture_width, picture_height); in psb_CreateContext()
1068 obj_context->picture_width = picture_width; in psb_CreateContext()
1160 obj_context->msvdx_tile = psb__tile_stride_log2_256(obj_context->picture_width); in psb_CreateContext()
1189 obj_context->picture_width = 0; in psb_CreateContext()
1367 obj_context->picture_width = 0; in psb_CreateContext()
1634 obj_context->picture_width = 0; in psb__destroy_context()
Dpnw_VC1.c404 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 352) in psb__VC1_check_legal_picture()
411 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 1920) in psb__VC1_check_legal_picture()
418 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 2048) in psb__VC1_check_legal_picture()
Dtng_MPEG4ES.c329 ASSERT(ctx->ui16Width == psPicParams->picture_width); in tng__MPEG4ES_process_picture_param()
Dpnw_H264.c377 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 720) in psb__H264_check_legal_picture()
386 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 1920) in psb__H264_check_legal_picture()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c1280 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 352) in psb__MPEG2MC_check_legal_picture()
1287 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 1920) in psb__MPEG2MC_check_legal_picture()
Dlnc_hostcode.c55 width = ctx->obj_context->picture_width; in lnc__alloc_context_buffer()
146 width = obj_context->picture_width; in lnc_CreateContext()
350 psPicParams->InParamsRowStride = (ctx->obj_context->picture_width / 16) * 256; in lnc_RenderPictureParameter()
351 psPicParams->BelowParamRowStride = (ctx->obj_context->picture_width / 16) * 32; in lnc_RenderPictureParameter()
Dpsb_MPEG2.c584 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 352) in psb__MPEG2_check_legal_picture()
591 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 1920) in psb__MPEG2_check_legal_picture()
Dpsb_H264.c354 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 720) in psb__H264_check_legal_picture()
363 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 1920) in psb__H264_check_legal_picture()
Dpsb_VC1.c386 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 352) in psb__VC1_check_legal_picture()
393 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 1920) in psb__VC1_check_legal_picture()
400 if ((obj_context->picture_width <= 0) || (obj_context->picture_width > 2048) in psb__VC1_check_legal_picture()

12