Searched refs:interlaced (Results 1 - 25 of 66) sorted by path

123

/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)
H A Ddisplay_change_observer_chromeos_unittest.cc24 // All non-interlaced (as would be seen with different refresh rates).
29 // Interlaced vs non-interlaced.
42 // Just one interlaced mode.
54 EXPECT_TRUE(display_modes[0].interlaced);
58 EXPECT_FALSE(display_modes[1].interlaced);
62 EXPECT_TRUE(display_modes[2].interlaced);
66 EXPECT_FALSE(display_modes[3].interlaced);
70 EXPECT_FALSE(display_modes[4].interlaced);
74 EXPECT_FALSE(display_modes[5].interlaced);
242 // All non-interlaced (a
[all...]
H A Ddisplay_info.cc50 interlaced(false),
57 bool interlaced,
61 interlaced(interlaced),
370 iter->interlaced ? 'I' : 'P',
55 DisplayMode(const gfx::Size& size, float refresh_rate, bool interlaced, bool native) argument
H A Ddisplay_info.h24 bool interlaced,
35 bool interlaced; // True if mode is interlaced. member in struct:ash::DisplayMode
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.cpp105 // Haeberli-inspired hack for interlaced GIFs: Replicate lines while
109 if (m_frameContext->progressiveDisplay() && m_frameContext->interlaced() && ipass < 4) {
151 drowStart, drowEnd - drowStart + 1, m_frameContext->progressiveDisplay() && m_frameContext->interlaced() && ipass > 1))
154 if (!m_frameContext->interlaced())
676 // Overlaying interlaced, transparent GIFs over
684 // can be interlaced and progressively displayed.
765 ipass = m_frameContext->interlaced() ? 1 : 0;
H A DGIFImageReader.h119 int ipass; // Interlace pass; Ranges 1-4 if interlaced.
246 bool interlaced() const { return m_interlaced; } function in struct:GIFFrameContext
247 void setInterlaced(bool interlaced) { m_interlaced = interlaced; } argument
264 bool m_interlaced; // True, if scanlines arrive interlaced order.
/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 Dpng.h1089 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */
1299 png_uint_32 iwidth PNG_DEPSTRUCT; /* width of current interlaced row in pixels */
1319 png_byte interlaced PNG_DEPSTRUCT; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
3388 /* Expand an interlaced row */
3399 /* Grab pixels out of a row for an interlaced pass */
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 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 Dpngtrans.c97 if (png_ptr && 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 &&
H A Dpngwutil.c492 png_ptr->interlaced = (png_byte)interlace_type;
1829 /* If interlaced, we need to set up width and height of pass */
1830 if (png_ptr->interlaced)
1887 /* If interlaced, go to next pass */
1888 if (png_ptr->interlaced)
/external/chromium_org/third_party/libva/va/
H A Dva.h334 * This attribute determines what kind of interlaced encoding mode
337 * See \c VA_ENC_INTERLACED_xxx for the list of interlaced modes.
448 /** \brief Driver does not support interlaced coding. */
450 /** \brief Driver supports interlaced frame coding. */
452 /** \brief Driver supports interlaced field coding. */
1231 unsigned int interlaced : 1; member in struct:_VAPictureParameterBufferMPEG4::__anon12887::__anon12888
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c222 * unsigned int interlaced : Interlace flag.
252 unsigned int interlaced
324 if (interlaced) {
325 /* if the content is interlaced, point sampling is used */
396 if (interlaced)
466 * unsigned int interlaced : Interlace flag.
488 unsigned int interlaced
497 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
509 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
521 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dvpx_scale.h25 unsigned int 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_compositor.c894 if (buffer->interlaced) {
H A Dvl_mpeg12_decoder.c686 assert(!target->interlaced);
H A Dvl_video_buffer.c358 depth = buffer->interlaced ? 2 : 1;
417 if (tmpl->interlaced)
423 tmpl->interlaced ? 2 : 1, PIPE_USAGE_STATIC
427 if (result && tmpl->interlaced)
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_decoder.h113 bool interlaced; member in struct:pipe_video_buffer
H A Dp_video_state.h194 uint8_t interlaced; member in struct:pipe_mpeg4_picture_desc
/external/chromium_org/third_party/mesa/src/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);
H A Dsurface.c88 p_surf->templat.interlaced = pipe->screen->get_video_param
181 if (p_surf->templat.interlaced)
363 if (i > !!vlsurf->templat.interlaced)

Completed in 528 milliseconds

123