HomeSort by relevance Sort by last modified time
    Searched full:pixel_depth (Results 1 - 25 of 48) sorted by null

1 2

  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 407 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
409 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth,png_ptr->width);
    [all...]
pngrtran.c     [all...]
pngvcrd.c 16 * a sign error in the post-MMX cleanup code for each pixel_depth resulted
134 (png_size_t)PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
141 switch (png_ptr->row_info.pixel_depth)
260 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
404 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
510 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
792 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
956 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
984 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
999 } /* end switch (png_ptr->row_info.pixel_depth) */
    [all...]
pngwtran.c 37 /* png_byte pixel_depth; bits per pixel (depth*channels) */
197 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
198 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
pngtrans.c 436 row_info->pixel_depth = 24;
482 row_info->pixel_depth = 48;
512 row_info->pixel_depth = 8;
538 row_info->pixel_depth = 16;
pnggccrd.c 426 * - enable pixel_depth == 8 cases in png_read_filter_row()? (test speed)
    [all...]
pngpread.c 814 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
816 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
1042 png_ptr->irowbytes = PNG_ROWBYTES(png_ptr->pixel_depth,
    [all...]
  /external/chromium_org/third_party/libpng/
pngrtran.c     [all...]
pngwtran.c 42 /* png_byte pixel_depth; bits per pixel (depth*channels) */
203 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
204 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
pngtrans.c 469 row_info->pixel_depth = 24;
515 row_info->pixel_depth = 48;
545 row_info->pixel_depth = 8;
571 row_info->pixel_depth = 16;
pngrutil.c 503 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
505 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
    [all...]
pngpread.c 335 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
862 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
939 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
941 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
    [all...]
  /external/libpng/
pngrtran.c     [all...]
pngwtran.c 42 /* png_byte pixel_depth; bits per pixel (depth*channels) */
203 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
204 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
pngtrans.c 469 row_info->pixel_depth = 24;
515 row_info->pixel_depth = 48;
545 row_info->pixel_depth = 8;
571 row_info->pixel_depth = 16;
pngread.c 740 (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
797 png_ptr->row_info.pixel_depth = png_ptr->pixel_depth;
798 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
961 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
    [all...]
pngrutil.c 519 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
521 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosFullScreenVideo.c 53 int pixel_depth; // 2^pixel_depth = bpp,i.e. 0 = 1, 1 = 2, 4 = 16, 5 = 32 member in struct:tagScreenModeBlock
682 smb.pixel_depth = 3;
691 smb.pixel_depth = 4;
695 smb.pixel_depth = 5;
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 193 DataKind.PIXEL_DEPTH));
FBOTestRS.java 185 DataKind.PIXEL_DEPTH));
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 68 Element.DataKind.PIXEL_DEPTH));
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 196 b = new Builder(mRS, Element.createPixel(mRS, DataType.UNSIGNED_16, DataKind.PIXEL_DEPTH));
  /frameworks/base/graphics/java/android/renderscript/
Element.java 180 PIXEL_DEPTH (12),
922 dk == DataKind.PIXEL_DEPTH ||
943 dk != DataKind.PIXEL_DEPTH) {
958 case PIXEL_DEPTH:
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 296 DataKind.PIXEL_DEPTH));

Completed in 381 milliseconds

1 2