Home
last modified time | relevance | path

Searched refs:interlaced (Results 1 – 25 of 46) sorted by relevance

12

/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_defines.h37 bool interlaced; member
47 interlaced = false; in VideoCaptureCapability()
62 if (interlaced != other.interlaced)
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c253 unsigned int interlaced in Scale2D() argument
325 if (interlaced) { in Scale2D()
397 if (interlaced) in Scale2D()
489 unsigned int interlaced in vpx_scale_frame() argument
498 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
510 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
522 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios_objc.mm67 capability.interlaced = false;
76 capability.interlaced = false;
85 capability.interlaced = false;
94 capability.interlaced = false;
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c358 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/libvpx/libvpx/vpx_scale/
Dvpx_scale.h25 unsigned int interlaced);
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dsurface.c88 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()
Ddecode.c261 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/mesa3d/src/gallium/include/pipe/
Dp_video_decoder.h113 bool interlaced; member
Dp_video_state.h194 uint8_t interlaced; member
/external/libpng/contrib/gregbook/
Dwritepng.h110 int interlaced; member
Dwpng.c182 wpng_info.interlaced = FALSE; in main()
253 wpng_info.interlaced = TRUE; in main()
702 if (wpng_info.interlaced) { in main()
Dwritepng.c153 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 : in writepng_init()
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface70 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/pdfium/third_party/lpng_v163/
Dpngread.c379 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_read_row()
510 if (png_ptr->interlaced && in png_read_row()
642 if (png_ptr->interlaced && !(png_ptr->transformations & PNG_INTERLACE)) in png_read_image()
660 if (png_ptr->interlaced) in png_read_image()
2796 switch (png_ptr->interlaced) in png_image_read_and_map()
2824 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_and_map()
3115 switch (png_ptr->interlaced) in png_image_read_composite()
3142 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_composite()
3264 switch (png_ptr->interlaced) in png_image_read_background()
3302 if (png_ptr->interlaced == PNG_INTERLACE_ADAM7) in png_image_read_background()
[all …]
Dpngstruct.h249 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
/external/libpng/
Dpngread.c448 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 …]
Dpngstruct.h250 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
Dpngpread.c775 if (png_ptr->interlaced != 0 && in png_push_process_row()
986 if (png_ptr->interlaced != 0) in png_read_push_finish_row()
Dpngwutil.c214 if (png_ptr->interlaced != 0) in png_image_size()
793 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR()
1949 if (png_ptr->interlaced != 0) in png_write_start_row()
2006 if (png_ptr->interlaced != 0) in png_write_finish_row()
/external/opencv3/3rdparty/libpng/
Dpngread.c448 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_read_row()
619 if (png_ptr->interlaced && in png_read_row()
750 if (png_ptr->interlaced && !(png_ptr->transformations & PNG_INTERLACE)) in png_read_image()
768 if (png_ptr->interlaced) in png_read_image()
Dpngstruct.h133 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
Dpngpread.c1006 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_push_process_row()
1216 if (png_ptr->interlaced) in png_read_push_finish_row()
/external/skia/site/dev/contrib/
Dsimd.md113interlaced 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/
DMESA_swap_control.spec87 full frame of video data. In the case of an interlaced monitor,
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer.cc123 cap->interlaced = false; in FormatToCapability()

12