HomeSort by relevance Sort by last modified time
    Searched refs:picture_height (Results 1 - 25 of 72) 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,
  /external/mesa3d/src/gallium/state_trackers/va/
va_context.c 80 int picture_height, int flag, VASurfaceID *render_targets,
va_private.h 81 VAStatus vlVaCreateContext (VADriverContextP ctx,VAConfigID config_id,int picture_width,int picture_height,int flag,VASurfaceID *render_targets,int num_render_targets,VAContextID *context);
  /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);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 117 dim->picture_height = MP1_HEIGHT;
119 dim->orig_picture_dy = dim->picture_height;
125 dim->orig_picture_height = dim->picture_height;
151 dim->main_img_luma_height = dim->picture_height;
153 dim->main_img_chroma_height = dim->picture_height;
mm_qcamera_snapshot.c 147 fmt->height = pme->dim.picture_height;
250 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"main", 1,"yuv");
292 main_buf_info->src_dim.height = pme->dim.picture_height;
294 main_buf_info->out_dim.height = pme->dim.picture_height;
296 main_buf_info->crop.height = pme->dim.picture_height;
879 //dumpFrameToFile(main_frame->frame,pme->dim.picture_width,pme->dim.picture_height,"main", 1);
881 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"liveshot_main", 1,"yuv");
    [all...]
  /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...]

Completed in 581 milliseconds

1 2 3