HomeSort by relevance Sort by last modified time
    Searched full:interlaced (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libvpx/libvpx/vpx_scale/
vpx_scale.h 25 unsigned int interlaced);
  /external/skia/src/codec/
SkGifInterlaceIter.h 11 * Helper class to determine the destination y-values for interlaced gifs
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale.h 25 unsigned int interlaced);
  /external/mesa3d/src/egl/main/
eglmode.c 97 mode->Interlaced = EGL_DONT_CARE;
131 mode->Interlaced = attrib_list[++i];
132 if (mode->Interlaced != EGL_TRUE && mode->Interlaced != EGL_FALSE) {
133 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(interlaced)");
171 if (min->Interlaced != EGL_DONT_CARE && c->Interlaced != min->Interlaced)
196 return m->Interlaced;
eglmode.h 52 EGLint Interlaced;
56 /* interlaced */
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 53 * Convert image from BGR (interlaced) to YVU (non-interlaced)
67 * Convert image from YVU (non-interlaced) to BGR (interlaced)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.h 53 * Convert image from BGR (interlaced) to YVU (non-interlaced)
67 * Convert image from YVU (non-interlaced) to BGR (interlaced)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 53 * Convert image from BGR (interlaced) to YVU (non-interlaced)
67 * Convert image from YVU (non-interlaced) to BGR (interlaced)
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 185 bool interlaced; local
187 &fps, &interlaced)) {
191 score = width * height * fps * (!interlaced + 1);
195 &width, &height, &fps, &interlaced)
196 && score >= width * height * fps * (!interlaced + 1)) {
274 bool *interlaced) {
299 if (interlaced) {
300 *interlaced = config->interlaced;
495 bool interlaced; local
    [all...]
VideoFormats.h 41 bool interlaced; member in struct:android::VideoFormats::config_t
92 bool *interlaced);
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 222 * unsigned int interlaced : Interlace flag.
252 unsigned int interlaced
324 if (interlaced) {
325 /* if the content is interlaced, point sampling is used */
396 if (interlaced)
466 * unsigned int interlaced : Interlace flag.
488 unsigned int interlaced
497 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
509 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
521 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 222 * unsigned int interlaced : Interlace flag.
252 unsigned int interlaced
324 if (interlaced) {
325 /* if the content is interlaced, point sampling is used */
396 if (interlaced)
466 * unsigned int interlaced : Interlace flag.
488 unsigned int interlaced
497 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
509 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
521 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 80 For a non-interlaced PNG, it returns one filtertype per scanline, in order.
82 For interlaced PNGs, it returns a result as if it's not interlaced. It returns
93 For a non-interlaced PNG, it returns one filtertype per scanline, in order, in
96 For an interlaced PNG, it returns 7 std::vectors in filterTypes, one for each
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 34 /* interlaced frame flag: This flag is set to indicate the buffer contains a
40 /* interlaced frame flag: This flag is set to indicate the buffer contains a
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 62 int32_t interlaced; member in struct:MetaData_t
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 42 // nChannels Number of input/output channels (interlaced).
48 // nChannels Number of input/output channels (interlaced).
99 // frameCount * nChannels interlaced samples. Processing can be done
AudioShelvingFilter.h 49 // nChannels Number of input/output channels (interlaced).
55 // nChannels Number of input/output channels (interlaced).
93 // frameCount * nChannels interlaced samples. Processing can be done
AudioEqualizer.h 69 // nChannels Number of input/output channels (interlaced).
87 // nChannels Number of input/output channels (interlaced).
180 // frameCount * nChannels interlaced samples. Processing can be done
231 // nChannels Number of input/output channels (interlaced).
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 88 p_surf->templat.interlaced = pipe->screen->get_video_param
181 if (p_surf->templat.interlaced)
363 if (i > !!vlsurf->templat.interlaced)
  /bootable/recovery/
interlace-frames.py 17 interlaced by row. Run with the names of all the input frames on the
  /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/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 113 bool interlaced; member in struct:pipe_video_buffer
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.h 72 int32_t interlaced; member in struct:MetaData_t
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.h 72 int32_t interlaced; member in struct:MetaData_t
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 314 bool interlaced; member in struct:qhwc::disp_mode_timing_type
333 info.vmode = interlaced ? FB_VMODE_INTERLACED : FB_VMODE_NONINTERLACED;
485 // XXX: We dont support interlaced modes but having
532 // We dont support interlaced modes
569 // returns true if the mode(ID) is interlaced mode format
571 bool interlaced = false; local
578 interlaced = true;
580 interlaced = false;
582 return interlaced;

Completed in 3100 milliseconds

1 2 3 4 5 6 7 8 91011