/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_defines.h | 37 bool interlaced; member 47 interlaced = false; in VideoCaptureCapability() 62 if (interlaced != other.interlaced)
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 237 unsigned int vscale, unsigned int vratio, unsigned int interlaced) { in Scale2D() argument 311 if (interlaced) { in Scale2D() 382 if (interlaced) in Scale2D() 478 unsigned int interlaced) { in vpx_scale_frame() argument 486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame() 501 vratio, interlaced); in vpx_scale_frame() 517 vratio, interlaced); in vpx_scale_frame()
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | device_info_ios_objc.mm | 67 capability.interlaced = false; 76 capability.interlaced = false; 85 capability.interlaced = false; 94 capability.interlaced = false;
|
/external/e2fsprogs/tests/f_detect_junk/ |
D | expect.nodebugfs | 14 test.img contains `PNG image data, 148 x 31, 8-bit/color RGBA, non-interlaced' data 18 test.img contains `PNG image data, 148 x 31, 8-bit/color RGBA, non-interlaced' data
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 358 depth = buffer->interlaced ? 2 : 1; in vl_video_buffer_surfaces() 417 if (tmpl->interlaced) in vl_video_buffer_create() 423 tmpl->interlaced ? 2 : 1, PIPE_USAGE_STATIC in vl_video_buffer_create() 427 if (result && tmpl->interlaced) in vl_video_buffer_create()
|
/external/skia/third_party/gif/ |
D | SkGifImageReader.h | 267 bool interlaced() const { return m_interlaced; } in interlaced() function 268 void setInterlaced(bool interlaced) { m_interlaced = interlaced; } in setInterlaced()
|
D | SkGifImageReader.cpp | 109 if (m_frameContext->progressiveDisplay() && m_frameContext->interlaced() && ipass < 4) { in outputRow() 155 if (!m_frameContext->interlaced()) in outputRow() 960 ipass = m_frameContext->interlaced() ? 1 : 0; in prepareToDecode()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | surface.c | 88 p_surf->templat.interlaced = pipe->screen->get_video_param in vlVdpVideoSurfaceCreate() 181 if (p_surf->templat.interlaced) in vlVdpVideoSurfaceSize() 363 if (i > !!vlsurf->templat.interlaced) in vlVdpVideoSurfaceClear()
|
D | decode.c | 261 picture->interlaced = picture_info->interlaced; in vlVdpDecoderRenderMpeg4() 467 !buffer_support[vlsurf->video_buffer->interlaced]) { in vlVdpDecoderRender() 477 …vlsurf->templat.interlaced = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERS_… in vlVdpDecoderRender()
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale.h | 20 unsigned int interlaced);
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_decoder.h | 113 bool interlaced; member
|
D | p_video_state.h | 194 uint8_t interlaced; member
|
/external/libpng/contrib/gregbook/ |
D | writepng.h | 110 int interlaced; member
|
D | wpng.c | 182 wpng_info.interlaced = FALSE; in main() 253 wpng_info.interlaced = TRUE; in main() 702 if (wpng_info.interlaced) { in main()
|
D | writepng.c | 153 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 : in writepng_init()
|
/external/mesa3d/src/egl/docs/ |
D | EGL_MESA_screen_surface | 70 also provide the mechanisms needed to play back interlaced video 72 This extension should prefer non-interlaced modes. [M. Danzer] 76 An interlaced display can be of use without considering video 78 interlaced mode can be used by applications to control their 80 if screen is interlaced. [B. Paul] 339 EGL_INTERLACED_MESA 1 indicates an interlaced mode, 0 otherwise 378 EGL_INTERLACED_MESA 1 indicates an interlaced mode, 0 otherwise
|
/external/libpng/ |
D | pngread.c | 451 if (png_ptr->interlaced != 0 && in png_read_row() 582 if (png_ptr->interlaced != 0 && in png_read_row() 714 if (png_ptr->interlaced != 0 && in png_read_image() 733 if (png_ptr->interlaced) in png_read_image() 2935 switch (png_ptr->interlaced) in png_image_read_and_map() 2962 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_and_map() 3253 switch (png_ptr->interlaced) in png_image_read_composite() 3280 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_composite() 3402 switch (png_ptr->interlaced) in png_image_read_background() 3439 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_background() [all …]
|
D | pngstruct.h | 250 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
/external/pdfium/third_party/libpng16/ |
D | pngread.c | 451 if (png_ptr->interlaced != 0 && in png_read_row() 582 if (png_ptr->interlaced != 0 && in png_read_row() 714 if (png_ptr->interlaced != 0 && in png_read_image() 733 if (png_ptr->interlaced) in png_read_image() 2936 switch (png_ptr->interlaced) in png_image_read_and_map() 2963 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_and_map() 3254 switch (png_ptr->interlaced) in png_image_read_composite() 3281 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_composite() 3403 switch (png_ptr->interlaced) in png_image_read_background() 3441 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_background() [all …]
|
D | pngstruct.h | 250 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
/external/skia/third_party/libpng/ |
D | pngread.c | 448 if (png_ptr->interlaced != 0 && in png_read_row() 579 if (png_ptr->interlaced != 0 && in png_read_row() 711 if (png_ptr->interlaced != 0 && in png_read_image() 730 if (png_ptr->interlaced) in png_read_image() 2926 switch (png_ptr->interlaced) in png_image_read_and_map() 2953 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_and_map() 3244 switch (png_ptr->interlaced) in png_image_read_composite() 3271 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_composite() 3393 switch (png_ptr->interlaced) in png_image_read_background() 3431 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_background() [all …]
|
D | pngstruct.h | 250 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
/external/skia/site/dev/contrib/ |
D | simd.md | 113 …interlaced pixels at a time (argbargbargbargb), while NEON works most naturally with 8 planar pixe… 115 So `SkPx`'s SSE backend sets N to 4 pixels, stores them interlaced in an `__m128i`, representing `W… 119 …ted 4 times, but SSE simply doesn't expose efficient ways to transpose interlaced pixels into plan… 126 …t like `SkPx` that forces `N=4` and restricts the layout to always use interlaced pixels: i.e. fin…
|
/external/mesa3d/docs/ |
D | MESA_swap_control.spec | 87 full frame of video data. In the case of an interlaced monitor,
|
/external/syslinux/com32/lib/libpng/ |
D | pngread.c | 651 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_read_row() 800 if (png_ptr->interlaced && in png_read_row() 924 if (png_ptr->interlaced) in png_read_image()
|