HomeSort by relevance Sort by last modified time
    Searched refs:img (Results 226 - 250 of 633) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8cx_set_ref.c 68 vpx_image_t *img,
74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
172 ref.img = raw;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 41 vpx_image_t img; member in struct:vpx_codec_alg_priv
321 yuvconfig2image(&ctx->img, &sd, user_priv);
322 ctx->img.fb_priv = cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;
433 vpx_image_t *img = NULL; local
439 img = &ctx->img;
440 img->bit_depth = (int)ctx->pbi->common.bit_depth;
441 *iter = img;
446 return img;
475 image2yuvconfig(&frame->img, &sd)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.h 46 GLint img, GLint row, GLint column );
54 GLint img, GLint row, GLint column );
75 GLint img, GLint row, GLint column );
texobj.c 609 const struct gl_texture_image *img = t->Image[face][i]; local
611 if (!img) {
615 if (img->TexFormat != baseImage->TexFormat) {
619 if (img->Border != baseImage->Border) {
623 if (img->Width2 != width) {
624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2);
627 if (img->Height2 != height) {
628 incomplete(t, MIPMAP, "TexImage[%d] bad height %u", i, img->Height2);
631 if (img->Depth2 != depth) {
632 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, img->Depth2)
664 const struct gl_texture_image *img0, *img; local
838 const struct gl_texture_image *img = texObj->Image[face][level]; local
    [all...]
  /external/libvpx/libvpx/examples/
vp8cx_set_ref.c 69 vpx_image_t *img,
74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
167 ref.img = raw;
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 119 const vpx_image_t *img = NULL; local
122 while ((img = dec_iter.Next())) {
123 md5.Add(img);
video_source.h 66 virtual vpx_image_t *img() const = 0;
103 virtual vpx_image_t *img() const { function in class:libvpx_test::DummyVideoSource
  /external/mesa3d/src/mesa/main/
image.h 46 GLint img, GLint row, GLint column );
54 GLint img, GLint row, GLint column );
75 GLint img, GLint row, GLint column );
texobj.c 609 const struct gl_texture_image *img = t->Image[face][i]; local
611 if (!img) {
615 if (img->TexFormat != baseImage->TexFormat) {
619 if (img->Border != baseImage->Border) {
623 if (img->Width2 != width) {
624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2);
627 if (img->Height2 != height) {
628 incomplete(t, MIPMAP, "TexImage[%d] bad height %u", i, img->Height2);
631 if (img->Depth2 != depth) {
632 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, img->Depth2)
664 const struct gl_texture_image *img0, *img; local
838 const struct gl_texture_image *img = texObj->Image[face][level]; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 60 var img = $('title');
61 if(!img.src) {
62 img.src = "/images/news.gif";
113 var img = $('title');
115 img.src = titleImg;
120 img.style.display = 'none';
200 "<img src='" + chrome.extension.getURL('/images/fb.png') + "'/></a>";
203 "<img src='" + chrome.extension.getURL('/images/twitter.png') + "'/></a>";
206 "<img src='" + chrome.extension.getURL('/images/buzz.png') + "'/></a>";
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 255 const vpx_image_t *img)
257 switch (img->fmt)
268 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h))
700 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
703 const int y_w = img->d_w;
704 const int y_h = img->d_h;
705 const int uv_w = (img->d_w + 1) / 2;
706 const int uv_h = (img->d_h + 1) / 2;
708 yv12->y_buffer = img->planes[VPX_PLANE_Y]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 320 __DRIimage *img = NULL; local
323 img = screen->lookup_egl_image(screen, egl_image);
326 if (!img)
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 265 const vpx_image_t *img)
267 switch (img->fmt)
278 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h))
675 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
679 yv12->y_buffer = img->planes[VPX_PLANE_Y];
680 yv12->u_buffer = img->planes[VPX_PLANE_U];
681 yv12->v_buffer = img->planes[VPX_PLANE_V];
683 yv12->y_crop_width = img->d_w;
684 yv12->y_crop_height = img->d_h
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 320 __DRIimage *img = NULL; local
323 img = screen->lookup_egl_image(screen, egl_image);
326 if (!img)
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
  /bootable/recovery/applypatch/
imgdiff_test.sh 107 patch_and_apply boot.img
108 patch_and_apply system/recovery.img
  /cts/apps/CameraITS/tests/inprog/scene2/
test_dng_tags.py 56 img = its.image.convert_capture_to_rgb_image(cap)
57 its.image.write_image(img, "%s_%s.jpg" % (NAME, illum_str[i]))
  /cts/apps/CameraITS/tests/scene1/
test_raw_burst_sensitivity.py 72 img = its.image.convert_capture_to_rgb_image(cap, props=props)
73 its.image.write_image(img, "%s_s=%05d_var=%f.jpg" % (NAME,s,var))
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.css 25 .autofill-list-item + img {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.h 98 st_texture_image(struct gl_texture_image *img)
100 return (struct st_texture_image *) img;
  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 98 st_texture_image(struct gl_texture_image *img)
100 return (struct st_texture_image *) img;
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 46 vpx_image_t img; member in struct:vpx_codec_alg_priv
292 yuvconfig2image(&ctx->img, &sd, user_priv);
293 ctx->img.fb_priv = cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;
395 vpx_image_t *img = NULL; local
401 img = &ctx->img;
402 *iter = img;
407 return img;
436 image2yuvconfig(&frame->img, &sd);
452 image2yuvconfig(&frame->img, &sd)
    [all...]
  /build/core/tasks/
oem_image.mk 17 # We build oem.img only if it's asked for.
28 BUILT_OEMIMAGE_TARGET := $(PRODUCT_OUT)/oem.img
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 155 static void mapYUVInfoToImage(YUVinfo *img, unsigned char *position);
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 182 (mAuxBuffer.img + (i + mCInfo.next_scanline) * rowStride);
244 delete[] mAuxBuffer.img;
267 __FUNCTION__, dest->parent->mJpegBuffer.img, kMaxJpegSize);
268 dest->next_output_byte = (JOCTET*)(dest->parent->mJpegBuffer.img);
  /external/chromium_org/chrome/browser/resources/
supervised_user_block_interstitial.css 39 .error-img {
54 .avatar-img {

Completed in 1399 milliseconds

1 2 3 4 5 6 7 8 91011>>