HomeSort by relevance Sort by last modified time
    Searched refs:coded_height (Results 1 - 23 of 23) sorted by null

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.h 36 uint32_t coded_height; /* height of the image rounding up to nearest multiple of 16 */ member in struct:surface_param_s
47 uint32_t coded_height; member in struct:context_yuv_processor_s
tng_yuv_processor.c 134 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (ctx->coded_height) - 1);
179 *cmdbuf->cmd_idx++ = ctx->coded_height / 16;
213 ctx->coded_height = (surface_params->coded_height + 0xf) & ~0xf;
249 ctx->coded_height = ctx->display_height;
279 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
psb_drv_video.h 505 unsigned int coded_height; member in struct:psb_surface_share_info_s
tng_vld_dec.c 495 surface_param.coded_height = obj_context->current_render_target->height_s;
vsp_VPP.c 700 output_share_info->coded_height = input_share_info->coded_height;
    [all...]
pnw_VC1.c 633 P(coded_height);
798 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
801 ctx->display_picture_height = pic_params->coded_height;
813 obj_surface->share_info->coded_height = ctx->coded_picture_height;
    [all...]
pnw_MPEG2.c 729 obj_surface->share_info->coded_height = ctx->coded_picture_height;
    [all...]
tng_VP8.c 640 obj_surface->share_info->coded_height = ctx->pic_params->frame_height;
    [all...]
pnw_MPEG4.c     [all...]
pnw_H264.c 618 obj_surface->share_info->coded_height = ctx->picture_height_samples_l;
    [all...]
  /hardware/intel/img/hwcomposer/ips/common/
VideoPayloadBuffer.h 65 uint32_t coded_height; member in struct:android::intel::VideoPayloadBuffer
OverlayPlaneBase.h 71 virtual void checkCrop(int& x, int& y, int& w, int& h, int coded_width, int coded_height);
OverlayPlaneBase.cpp 373 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height);
478 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height);
617 int coded_width, int coded_height)
634 coded_width = coded_height;
635 coded_height = tmp;
645 srcY = (coded_height >> mBobDeinterlace) - srcH - srcY;
648 srcY = coded_height - srcH - srcY;
    [all...]
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 92 const int coded_height = video_frame->coded_size().height(); local
97 if (image_->width != coded_width || image_->height != coded_height) {
99 image_ = CreateImage(display_, coded_width, coded_height);
117 (uint8*)image_->data, coded_width, coded_height,
132 image.height = coded_height;
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.cc 369 gfx::Size coded_size(stream->codec->coded_width, stream->codec->coded_height);
444 codec_context->coded_height = config.coded_size().height();
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 424 if (obj_surface->share_info->coded_width == 0 || obj_surface->share_info->coded_height == 0) {
426 obj_surface->share_info->coded_height = (obj_surface->share_info->height + 0xf) & ~0xf;
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_video_decoder.cc 98 codec_context->coded_height = config.coded_size.height;
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 120 RoundUp(std::max(size.height(), codec_context->coded_height), 2));
ffmpeg_demuxer.cc     [all...]
  /external/chromium_org/third_party/libva/va/
va.h 1343 unsigned short coded_height; \/* ENTRY_POINT_LAYER::CODED_HEIGHT *\/ member in struct:_VAPictureParameterBufferVC1
    [all...]
  /hardware/intel/common/libva/va/
va.h 1965 unsigned short coded_height; \/* ENTRY_POINT_LAYER::CODED_HEIGHT *\/ member in struct:_VAPictureParameterBufferVC1
    [all...]
va_trace.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 627 P(coded_height);
786 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
789 ctx->display_picture_height = pic_params->coded_height;
906 ctx->pull_back_y = COMPUTE_PULLBACK(pic_params->coded_height)
    [all...]

Completed in 247 milliseconds