HomeSort by relevance Sort by last modified time
    Searched refs:picture_height (Results 1 - 25 of 63) sorted by null

1 2 3

  /hardware/intel/common/libva/va/
va_dec_jpeg.h 59 unsigned short picture_height; member in struct:_VAPictureParameterBufferJPEGBaseline
va_enc_jpeg.h 58 unsigned short picture_height; member in struct:_VAEncPictureParameterBufferJPEG
va_enc_mpeg2.h 114 unsigned short picture_height; member in struct:_VAEncSequenceParameterBufferMPEG2
va_trace.h 98 int picture_height,
va_backend.h 121 int picture_height,
  /hardware/intel/common/libmix/mix_video/src/
mixvideoconfigparamsdec.c 46 self->picture_height = 0;
162 this_target->picture_height = this_src->picture_height;
247 && this_first->picture_height != this_second->picture_height) {
446 guint picture_width, guint picture_height) {
449 obj->picture_height = picture_height;
454 guint * picture_width, guint * picture_height) {
455 MIX_VIDEOCONFIGPARAMSDEC_GETTER_CHECK_INPUT_PAIR (obj, picture_width, picture_height);
    [all...]
mixvideoconfigparamsdec.h 79 gulong picture_height; member in struct:_MixVideoConfigParamsDec
164 guint picture_width, guint picture_height);
167 guint * picture_width, guint * picture_height);
mixvideoconfigparamsenc.c 44 self->picture_height = 0;
172 this_target->picture_height = this_src->picture_height;
276 && this_first->picture_height != this_second->picture_height) {
435 guint picture_width, guint picture_height) {
438 obj->picture_height = picture_height;
443 guint * picture_width, guint * picture_height) {
444 MIX_VIDEOCONFIGPARAMSENC_GETTER_CHECK_INPUT_PAIR (obj, picture_width, picture_height);
    [all...]
mixvideoconfigparamsenc.h 86 guint16 picture_height; member in struct:_MixVideoConfigParamsEnc
167 guint picture_width, guint picture_height);
170 guint * picture_width, guint * picture_height);
mixvideoformatenc_mpeg4.c 458 parent->picture_height, parent->va_format,
593 parent->picture_width, parent->picture_height,
599 parent->picture_width, parent->picture_height);
646 parent->picture_width, parent->picture_height, 0, 0,
949 mpeg4_seq_param.video_object_layer_height= parent->picture_height;
    [all...]
mixvideoformatenc_h264.c 473 parent->picture_height, parent->va_format,
608 parent->picture_width, parent->picture_height,
614 parent->picture_width, parent->picture_height);
661 parent->picture_width, parent->picture_height, 0, 0,
966 h264_seq_param.picture_height_in_mbs = parent->picture_height/ 16;
    [all...]
mixvideoformat.c 58 self->picture_height = 0;
246 res = mix_videoconfigparamsdec_get_picture_res(config_params, &(mix->picture_width), &(mix->picture_height));
303 mix->picture_height = 0;
mixvideoformat.h 79 guint picture_height; member in struct:_MixVideoFormat
mixvideoformatenc.c 59 self->picture_height = 0;
257 &(mix->picture_width), &(mix->picture_height));
370 LOG_I( "mix->picture_height = %d\n",
371 mix->picture_height);
mixvideoformatenc.h 75 guint picture_height; member in struct:_MixVideoFormatEnc
mixvideoformatenc_preview.c 411 parent->picture_height, parent->va_format,
546 parent->picture_width, parent->picture_height,
552 parent->picture_width, parent->picture_height);
589 parent->picture_width, parent->picture_height, 0, 0,
903 height = parent->picture_height;
    [all...]
mixvideoformat_vc1.c 528 parent->picture_height, entrypts[vaentrypt],
568 parent->picture_width, parent->picture_height,
578 LOG_V( "Created libva context width %d, height %d\n", parent->picture_width, parent->picture_height);
581 LOG_V( "mix_video vinfo: Content width %d, height %d\n", parent->picture_width, parent->picture_height);
844 unsigned int ui32SrcHeight = mix->picture_height;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.h 79 unsigned picture_width, unsigned picture_height,
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 107 h263PictureParams.picture_height = mComParams.resolution.height;
116 LOG_V( "picture_height = %d\n",h263PictureParams.picture_height);
VideoEncoderMP4.cpp 195 mpeg4_pic_param.picture_height = mComParams.resolution.height;
205 LOG_V("picture_height = %d\n", mpeg4_pic_param.picture_height);
  /external/mesa3d/src/gallium/state_trackers/va/
context.c 205 int picture_height, int flag, VASurfaceID *render_targets,
222 !picture_height && !flag && !render_targets && !num_render_targets;
224 if (!(picture_width && picture_height) && !is_vpp)
242 context->templat.height = picture_height;
  /hardware/intel/common/libva/test/encode/
avcenc.c 82 static int picture_height, picture_height_in_mbs; variable
207 picture_width, picture_height,
257 VA_RT_FORMAT_YUV420, picture_width, picture_height,
361 int y_size = picture_width * picture_height;
362 int u_size = (picture_width >> 1) * (picture_height >> 1);
    [all...]
mpeg2enc.c 289 bitstream_put_ui(bs, seq_param->picture_height, 12);
307 bitstream_put_ui(bs, seq_param->picture_height >> 12, 2);
765 seq_param->picture_height = ctx->height;
    [all...]
mpeg2vaenc.c 289 bitstream_put_ui(bs, seq_param->picture_height, 12);
307 bitstream_put_ui(bs, seq_param->picture_height >> 12, 2);
765 seq_param->picture_height = ctx->height;
    [all...]
  /hardware/intel/img/psb_video/src/
tng_H263ES.c 315 ctx->h263_actual_height = psPicParams->picture_height;
318 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height);

Completed in 359 milliseconds

1 2 3