Searched refs:interlaced (Results 26 - 50 of 66) sorted by relevance

123

/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddecode.c261 picture->interlaced = picture_info->interlaced;
467 !buffer_support[vlsurf->video_buffer->interlaced]) {
477 vlsurf->templat.interlaced = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERS_INTERLACED);
/external/chromium_org/ash/display/
H A Ddisplay_change_observer_chromeos.cc123 // Add the display mode if it isn't already present and override interlaced
124 // display modes with non-interlaced ones.
128 else if (display_mode_it->second.interlaced && !display_mode.interlaced)
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_input_manager.cc111 capability.interlaced = module_capability.interlaced;
H A Dvie_capturer.cc226 capability.interlaced = requested_capability_.interlaced;
/external/libpng/
H A Dpngread.c402 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
450 /* If interlaced and we do not need a new row, combine row and return.
453 * untransformed) and, because of the libpng API for interlaced images, this
456 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
555 * interlaced count:
585 /* Blow up interlaced rows to full size */
586 if (png_ptr->interlaced &&
618 /* Read one or more rows of image data. If the image is interlaced,
635 * also, but you may. If the image is not interlaced, or if you have
720 if (png_ptr->interlaced)
[all...]
H A Dpngstruct.h266 png_uint_32 iwidth; /* width of current interlaced row in pixels */
296 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_struct_def
H A Dpngpread.c941 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
960 * interlaced row count:
982 /* Blow up interlaced rows to full size */
983 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1193 if (png_ptr->interlaced)
H A Dpngwutil.c214 if (png_ptr->interlaced)
874 png_ptr->interlaced = (png_byte)interlace_type;
2016 /* If interlaced, we need to set up width and height of pass */
2017 if (png_ptr->interlaced)
2073 /* If interlaced, go to next pass */
2074 if (png_ptr->interlaced)
H A Dpngrutil.c852 png_ptr->interlaced = (png_byte)interlace_type;
3021 * handles the two methods of progressive display of interlaced images,
3077 /* For non-interlaced images this reduces to a memcpy(). A memcpy()
3084 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE) &&
3917 * take care to ensure that it works correctly if the image is interlaced -
4196 if (png_ptr->interlaced)
4268 if (png_ptr->interlaced)
4458 if (png_ptr->interlaced)
/external/libpng/contrib/gregbook/
H A Dwpng.c6 maxval = 255) to PNG. Non-interlaced PNGs are written progressively;
7 interlaced PNGs are read and written in one memory-intensive blast.
182 wpng_info.interlaced = FALSE;
253 wpng_info.interlaced = TRUE;
418 " -interlace\twrite interlaced PNG image\n"
696 /* read and write the image, either in its entirety (if writing interlaced
697 * PNG) or row by row (if non-interlaced) */
702 if (wpng_info.interlaced) {
731 } else /* not interlaced: write progressively (row by row) */ {
H A Dwritepng.c153 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 :
297 int writepng_encode_row(mainprog_info *mainprog_ptr) /* NON-interlaced only! */
327 int writepng_encode_finish(mainprog_info *mainprog_ptr) /* NON-interlaced! */
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_control.spec87 full frame of video data. In the case of an interlaced monitor,
/external/mesa3d/docs/
H A DMESA_swap_control.spec87 full frame of video data. In the case of an interlaced monitor,
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c659 /* If interlaced and we do not need a new row, combine row and return */
660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
823 /* Blow up interlaced rows to full size */
824 if (png_ptr->interlaced &&
857 /* Read one or more rows of image data. If the image is interlaced,
874 * also, but you may. If the image is not interlaced, or if you have
956 if (png_ptr->interlaced)
979 // number of rows in a 8x8 block for each interlaced pass.
997 if (!png_ptr->interlaced)
1067 * each pass of a interlaced imag
[all...]
H A Dpngrutil.c490 png_ptr->interlaced = (png_byte)interlace_type;
2521 of interlaced images, depending on the mask value.
3131 if (png_ptr->interlaced)
3260 if (png_ptr->interlaced)
3398 if (png_ptr->interlaced)
H A Dpngpread.c955 /* Blow up interlaced rows to full size */
956 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1167 if (png_ptr->interlaced)
H A Dpngwrite.c731 /* Write a few rows of image data. If the image is interlaced,
756 * if you are writing an interlaced image.
771 /* Initialize interlace handling. If image is not interlaced,
845 /* If interlaced and not interested in row, return */
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
927 if (png_ptr->interlaced && png_ptr->pass < 6 &&
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc118 cap->interlaced = false;
/external/chromium_org/third_party/libpng/
H A Dpngread.c650 /* If interlaced and we do not need a new row, combine row and return */
651 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
799 /* Blow up interlaced rows to full size */
800 if (png_ptr->interlaced &&
833 /* Read one or more rows of image data. If the image is interlaced,
850 * also, but you may. If the image is not interlaced, or if you have
905 * each pass of a interlaced image, use png_read_rows() instead.
924 if (png_ptr->interlaced)
926 "Cannot read interlaced image -- interlace handler disabled.");
H A Dpngrutil.c474 png_ptr->interlaced = (png_byte)interlace_type;
2505 of interlaced images, depending on the mask value.
3089 if (png_ptr->interlaced)
3218 if (png_ptr->interlaced)
3356 if (png_ptr->interlaced)
H A Dpngpread.c955 /* Blow up interlaced rows to full size */
956 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1167 if (png_ptr->interlaced)
H A Dpngwrite.c731 /* Write a few rows of image data. If the image is interlaced,
756 * if you are writing an interlaced image.
771 /* Initialize interlace handling. If image is not interlaced,
845 /* If interlaced and not interested in row, return */
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
927 if (png_ptr->interlaced && png_ptr->pass < 6 &&
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c186 tmpl.interlaced = pipe->screen->get_video_param
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.cc550 capability.interlaced = h->dwInterlaceFlags
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c186 tmpl.interlaced = pipe->screen->get_video_param

Completed in 1838 milliseconds

123