HomeSort by relevance Sort by last modified time
    Searched refs:interlace (Results 1 - 19 of 19) sorted by null

  /external/libvpx/libvpx/
y4minput.h 37 char interlace; member in struct:y4m_input
y4minput.c 54 _y4m->interlace = p[1];
76 if (!got_interlace)_y4m->interlace = '?';
697 if (_y4m->interlace == '?') {
700 } else if (_y4m->interlace != 'p') {
    [all...]
  /external/libpng/contrib/pngminus/
pnm2png.c 52 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
66 BOOL interlace = FALSE; local
77 interlace = TRUE;
143 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
186 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha)
405 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
275 if ( interlace != PNG_INTERLACE_NONE )
284 &bitdepth, &color_type, &interlace,
  /external/freetype/src/sfnt/
pngshim.c 194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
275 if ( interlace != PNG_INTERLACE_NONE )
284 &bitdepth, &color_type, &interlace,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 331 interlace=False,
362 interlace
437 If `interlace` is true then an interlaced image is created
447 Enabling the `interlace` option requires the entire image
583 # colormap, interlace) are converted to bool because Iverson's
596 self.interlace = bool(interlace)
631 If `interlace` is specified (when creating the instance), then
640 if self.interlace:
678 0, 0, self.interlace))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 295 picture->interlace = picture_info->interlace;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 295 picture->interlace = picture_info->interlace;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 787 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
812 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
    [all...]
omx_vdec_hevc.cpp 883 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
    [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 784 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
810 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
    [all...]
omx_vdec_copper.cpp 790 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
816 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 234 enum vdec_interlaced_format interlace; member in struct:video_driver_context
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 232 enum vdec_interlaced_format interlace; member in struct:video_driver_context
    [all...]
omx_vdec.h 238 enum vdec_interlaced_format interlace; member in struct:video_driver_context
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 1327 unsigned int interlace : 1; \/* SEQUENCE_LAYER::INTERLACE *\/ member in struct:_VAPictureParameterBufferVC1::__anon14723::__anon14724
    [all...]

Completed in 2406 milliseconds