HomeSort by relevance Sort by last modified time
    Searched refs:interlaced (Results 26 - 50 of 97) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c 358 depth = buffer->interlaced ? 2 : 1;
417 if (tmpl->interlaced)
423 tmpl->interlaced ? 2 : 1, PIPE_USAGE_STATIC
427 if (result && tmpl->interlaced)
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 358 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/chromeos/display/
output_configurator.cc 80 mode->interlaced ? "interlaced " : "",
128 interlaced(false),
133 bool interlaced,
137 interlaced(interlaced),
228 if (info.interlaced) {
232 // Reset the best rate if the non interlaced is
739 internal_info.interlaced == external_info.interlaced) {
    [all...]
output_configurator.h 75 ModeInfo(int width, int height, bool interlaced, float refresh_rate);
79 bool interlaced; member in struct:chromeos::OutputConfigurator::ModeInfo
output_configurator_unittest.cc 198 ModeDetails() : width(0), height(0), interlaced(false) {}
199 ModeDetails(int width, int height, bool interlaced)
202 interlaced(interlaced) {}
206 bool interlaced; member in struct:chromeos::__anon7216::TestDelegate::ModeDetails
458 // Fields are width, height, interlaced, refresh rate.
465 // Interlaced vs non-interlaced.
468 // Interlaced only.
476 // Just one interlaced mode
    [all...]
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 370 info.vmode = mode->interlaced ?
483 // XXX: We dont support interlaced modes but having
544 // We dont support interlaced modes
581 // returns true if the mode(ID) is interlaced mode format
583 bool interlaced = false; local
590 interlaced = true;
593 interlaced = false;
596 return interlaced;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 194 uint8_t interlaced; member in struct:pipe_mpeg4_picture_desc
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 261 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/include/pipe/
p_video_state.h 194 uint8_t interlaced; member in struct:pipe_mpeg4_picture_desc
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 261 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);
  /hardware/qcom/msm8x74/kernel-headers/video/
msm_hdmi_modes.h 40 uint32_t interlaced; member in struct:msm_hdmi_mode_timing_info
  /external/libpng/contrib/gregbook/
wpng.c 6 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) */ {
writepng.c 151 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 :
295 int writepng_encode_row(mainprog_info *mainprog_ptr) /* NON-interlaced only! */
325 int writepng_encode_finish(mainprog_info *mainprog_ptr) /* NON-interlaced! */
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 87 full frame of video data. In the case of an interlaced monitor,
  /external/mesa3d/docs/
MESA_swap_control.spec 87 full frame of video data. In the case of an interlaced monitor,
  /frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c 116 M4OSA_UInt8 interlaced = 0; local
247 1);/* interlaced */
248 interlaced = (M4OSA_UInt8)code;
  /bionic/libc/kernel/common/video/
dsscomp.h 274 __u8 interlaced; member in struct:dss2_mgr_info
  /external/kernel-headers/original/video/
dsscomp.h 187 OMAP_DSS_ILACE = (1 << 0), /* interlaced vs. progressive */
426 __u8 interlaced; /* bool */ member in struct:dss2_mgr_info
  /hardware/qcom/msm8x74/original-kernel-headers/video/
msm_hdmi_modes.h 21 uint32_t interlaced; member in struct:msm_hdmi_mode_timing_info
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 105 png_uint_32 iwidth; /* width of current interlaced row in pixels */
133 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_struct_def
  /external/libpng/
pngread.c 659 /* 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)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 116 cap->interlaced = false;
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 788 png_ptr->interlaced && png_ptr->pass > 6) ||
789 (!png_ptr->interlaced &&
830 /* blow up interlaced rows to full size */
831 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1019 if (png_ptr->interlaced)
    [all...]
pngread.c 619 /* if interlaced and we do not need a new row, combine row and return */
620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
772 /* blow up interlaced rows to full size */
773 if (png_ptr->interlaced &&
806 /* Read one or more rows of image data. If the image is interlaced,
823 * also, but you may. If the image is not interlaced, or if you have
876 * each pass of a interlaced image, use png_read_rows() instead.
893 if (png_ptr->interlaced)
895 "Cannot read interlaced image -- interlace handler disabled.");
    [all...]
  /external/chromium_org/third_party/libpng/
pngread.c 650 /* 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.");
    [all...]

Completed in 1310 milliseconds

12 3 4