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

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.h 35 uint32_t coded_width; /* width of the image rounding up to nearest multiple of 16 */ member in struct:surface_param_s
46 uint32_t coded_width; member in struct:context_yuv_processor_s
tng_yuv_processor.c 135 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, (ctx->coded_width) - 1);
178 *cmdbuf->cmd_idx++ = ctx->coded_width / 16;
212 ctx->coded_width = (surface_params->coded_width + 0xf) & ~0xf;
248 ctx->coded_width = ctx->display_width;
279 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
psb_drv_video.h 508 unsigned int coded_width; member in struct:psb_surface_share_info_s
tng_vld_dec.c 494 surface_param.coded_width = obj_context->current_render_target->width_s;
pnw_VC1.c 632 P(coded_width);
798 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
800 ctx->display_picture_width = pic_params->coded_width;
812 obj_surface->share_info->coded_width = ctx->coded_picture_width;
    [all...]
pnw_MPEG2.c 728 obj_surface->share_info->coded_width = ctx->coded_picture_width;
    [all...]
tng_VP8.c 639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width;
    [all...]
pnw_MPEG4.c     [all...]
pnw_H264.c 648 obj_surface->share_info->coded_width = ctx->picture_width_samples_l;
    [all...]
  /hardware/intel/img/hwcomposer/ips/common/
VideoPayloadBuffer.h 64 uint32_t coded_width; 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)
633 tmp = coded_width;
634 coded_width = coded_height;
641 srcX = (coded_width >> mBobDeinterlace) - srcW - srcX;
644 srcX = coded_width - srcW - srcX;
    [all...]
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 91 const int coded_width = video_frame->coded_size().width(); 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,
131 image.width = coded_width;
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.cc 361 gfx::Size coded_size(stream->codec->coded_width, stream->codec->coded_height);
435 codec_context->coded_width = config.coded_size().width();
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 408 if (obj_surface->share_info->coded_width == 0 || obj_surface->share_info->coded_height == 0) {
409 obj_surface->share_info->coded_width = (obj_surface->share_info->width + 0xf) & ~0xf;
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_video_decoder.cc 97 codec_context->coded_width = config.coded_size.width;
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 119 RoundUp(std::max(size.width(), codec_context->coded_width), 2),
ffmpeg_demuxer.cc 769 media_log_->SetIntegerProperty("coded_width",
770 video_codec->coded_width);
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 1341 unsigned short coded_width; \/* ENTRY_POINT_LAYER::CODED_WIDTH *\/ member in struct:_VAPictureParameterBufferVC1
    [all...]
  /hardware/intel/common/libva/va/
va.h 1964 unsigned short coded_width; \/* ENTRY_POINT_LAYER::CODED_WIDTH *\/ member in struct:_VAPictureParameterBufferVC1
    [all...]
va_trace.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 626 P(coded_width);
786 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
788 ctx->display_picture_width = pic_params->coded_width;
905 ctx->pull_back_x = COMPUTE_PULLBACK(pic_params->coded_width);
    [all...]

Completed in 1723 milliseconds