HomeSort by relevance Sort by last modified time
    Searched defs:coded_height (Results 1 - 6 of 6) 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
psb_drv_video.h 509 unsigned int coded_height; member in struct:psb_surface_share_info_s
  /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;
  /hardware/intel/img/hwcomposer/ips/common/
VideoPayloadBuffer.h 65 uint32_t coded_height; member in struct:android::intel::VideoPayloadBuffer
  /external/chromium_org/third_party/libva/va/
va.h 1342 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...]

Completed in 201 milliseconds