Searched refs:interlaced (Results 1 - 25 of 36) sorted by relevance

12

/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale.h25 unsigned int interlaced);
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_defines.h37 bool interlaced; member in struct:webrtc::VideoCaptureCapability
47 interlaced = false;
62 if (interlaced != other.interlaced)
/external/webrtc/webrtc/modules/video_capture/ios/
H A Ddevice_info_ios_objc.mm67 capability.interlaced = false;
76 capability.interlaced = false;
85 capability.interlaced = false;
94 capability.interlaced = false;
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c223 * unsigned int interlaced : Interlace flag.
253 unsigned int interlaced
325 if (interlaced) {
326 /* if the content is interlaced, point sampling is used */
397 if (interlaced)
467 * unsigned int interlaced : Interlace flag.
489 unsigned int interlaced
498 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
510 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
522 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
[all...]
/external/libpng/contrib/gregbook/
H A Dwritepng.h110 int interlaced; member in struct:_mainprog_info
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/mesa3d/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/mesa3d/src/gallium/state_trackers/vdpau/
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)
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/mesa3d/src/gallium/auxiliary/vl/
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/mesa3d/docs/
H A DMESA_swap_control.spec87 full frame of video data. In the case of an interlaced monitor,
/external/libpng/
H A Dpngread.c392 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
442 /* If interlaced and we do not need a new row, combine row and return.
445 * untransformed) and, because of the libpng API for interlaced images, this
448 if (png_ptr->interlaced != 0 &&
548 * interlaced count:
578 /* Expand interlaced rows to full size */
579 if (png_ptr->interlaced != 0 &&
611 /* Read one or more rows of image data. If the image is interlaced,
628 * also, but you may. If the image is not interlaced, or if you have
686 * each pass of a interlaced imag
[all...]
H A Dpngstruct.h218 png_uint_32 iwidth; /* width of current interlaced row in pixels */
250 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_struct_def
H A Dpngwutil.c214 if (png_ptr->interlaced != 0)
793 png_ptr->interlaced = (png_byte)interlace_type;
1948 /* If interlaced, we need to set up width and height of pass */
1949 if (png_ptr->interlaced != 0)
2005 /* If interlaced, go to next pass */
2006 if (png_ptr->interlaced != 0)
H A Dpngpread.c733 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
752 * interlaced row count:
774 /* Expand interlaced rows to full size */
775 if (png_ptr->interlaced != 0 &&
986 if (png_ptr->interlaced != 0)
H A Dpngrutil.c862 png_ptr->interlaced = (png_byte)interlace_type;
3051 * handles the two methods of progressive display of interlaced images,
3108 /* For non-interlaced images this reduces to a memcpy(). A memcpy()
3115 if (png_ptr->interlaced != 0 &&
3949 * take care to ensure that it works correctly if the image is interlaced -
4195 if (png_ptr->interlaced != 0)
4263 if (png_ptr->interlaced != 0)
4453 if (png_ptr->interlaced != 0)
/external/pdfium/third_party/lpng_v163/
H A Dpngread.c325 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
373 /* If interlaced and we do not need a new row, combine row and return.
376 * untransformed) and, because of the libpng API for interlaced images, this
379 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
478 * interlaced count:
509 /* Blow up interlaced rows to full size */
510 if (png_ptr->interlaced &&
542 /* Read one or more rows of image data. If the image is interlaced,
559 * also, but you may. If the image is not interlaced, or if you have
617 * each pass of a interlaced imag
[all...]
H A Dpngstruct.h219 png_uint_32 iwidth; /* width of current interlaced row in pixels */
249 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_struct_def
H A Dpngpread.c939 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
958 * interlaced row count:
980 /* Blow up interlaced rows to full size */
981 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1191 if (png_ptr->interlaced)
H A Dpngwutil.c213 if (png_ptr->interlaced)
873 png_ptr->interlaced = (png_byte)interlace_type;
2015 /* If interlaced, we need to set up width and height of pass */
2016 if (png_ptr->interlaced)
2072 /* If interlaced, go to next pass */
2073 if (png_ptr->interlaced)
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc123 cap->interlaced = false;
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c186 tmpl.interlaced = pipe->screen->get_video_param
/external/webrtc/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.cc550 capability.interlaced = h->dwInterlaceFlags

Completed in 548 milliseconds

12