/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
StreamBitmapDecoder.java | 16 * {@link com.bumptech.glide.load.resource.bitmap.Downsampler} to decode an {@link android.graphics.Bitmap} from an 21 private final Downsampler downsampler; field in class:StreamBitmapDecoder 39 this(Downsampler.AT_LEAST, bitmapPool, decodeFormat); 42 public StreamBitmapDecoder(Downsampler downsampler, BitmapPool bitmapPool, DecodeFormat decodeFormat) { 43 this.downsampler = downsampler; 50 Bitmap bitmap = downsampler.decode(source, bitmapPool, width, height, decodeFormat); 59 .append(downsampler.getId() [all...] |
Downsampler.java | 24 public abstract class Downsampler implements BitmapDecoder<InputStream> { 25 private static final String TAG = "Downsampler"; 36 public static final Downsampler AT_LEAST = new Downsampler() { 53 public static final Downsampler AT_MOST = new Downsampler() { 68 public static final Downsampler NONE = new Downsampler() {
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
BitmapRequestBuilder.java | 19 import com.bumptech.glide.load.resource.bitmap.Downsampler; 50 private Downsampler downsampler = Downsampler.AT_LEAST; field in class:BitmapRequestBuilder 66 * Load images at a size near the size of the target using {@link Downsampler#AT_LEAST}. 68 * @see #downsample(Downsampler) 73 return downsample(Downsampler.AT_LEAST); 77 * Load images at their original size using {@link Downsampler#NONE}. 79 * @see #downsample(Downsampler) 84 return downsample(Downsampler.NONE) [all...] |
/external/aac/libSBRenc/src/ |
resampler.h | 118 /* Downsampler Structure */ 127 } DOWNSAMPLER; 131 * \brief Initialized a given downsampler structure. 133 INT FDKaacEnc_InitDownsampler(DOWNSAMPLER *DownSampler, /*!< pointer to downsampler instance */ 135 INT ratio); /*!< downsampler ratio */ 139 * downsampler ratio. 141 INT FDKaacEnc_Downsample(DOWNSAMPLER *DownSampler, /*!< pointer to downsampler instance * [all...] |
resampler.cpp | 300 \brief Reset downsampler instance and clear delay lines 305 INT FDKaacEnc_InitDownsampler(DOWNSAMPLER *DownSampler, /*!< pointer to downsampler instance */ 307 int ratio) /*!< downsampler ratio (only 2 supported at the momment) */ 314 FDKmemclear(DownSampler->downFilter.states, sizeof(DownSampler->downFilter.states)); 315 DownSampler->downFilter.ptr = 0; 328 DownSampler->downFilter.coeffa = currentSet->coeffa; 331 DownSampler->downFilter.gain = currentSet->g [all...] |
sbr.h | 112 DOWNSAMPLER downSampler; 137 DOWNSAMPLER lfeDownSampler; 149 INT inputDataDelay; /* delay caused by downsampler, in/out buffer at sbrEncoder_EncodeFrame */
|
sbr_encoder.cpp | 139 #define MAX_DS_FILTER_DELAY (5) /* the additional max downsampler filter delay (source fs) */ [all...] |
/external/libjpeg-turbo/ |
jcprepct.c | 15 * as required by the downsampler. See the comments at the head of 16 * jcsample.c for the downsampler's needs. 38 * The downsampler's last output row is then replicated if needed to pad 45 * This allows the downsampler to access the proper context rows. 288 * We make the buffer wide enough to allow the downsampler to edge-expand 333 * We make the buffer wide enough to allow the downsampler to edge-expand
|
jcsample.c | 15 * from which the downsampler produces v_samp_factor sample rows. 16 * A single row group is processed in each call to the downsampler module. 18 * The downsampler is responsible for edge-expansion of its output data 24 * The downsampler may request "context rows" by setting need_context_rows
|
structure.txt | 324 buffering. The downsampler is responsible for edge expansion at the right [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jcprepct.c | 13 * as required by the downsampler. See the comments at the head of 14 * jcsample.c for the downsampler's needs. 36 * The downsampler's last output row is then replicated if needed to pad 43 * This allows the downsampler to access the proper context rows. 288 * We make the buffer wide enough to allow the downsampler to edge-expand 334 * We make the buffer wide enough to allow the downsampler to edge-expand
|
jcsample.c | 12 * from which the downsampler produces v_samp_factor sample rows. 13 * A single row group is processed in each call to the downsampler module. 15 * The downsampler is responsible for edge-expansion of its output data 21 * The downsampler may request "context rows" by setting need_context_rows
|
jcmaster.c | 298 * This saves time if the downsampler gets to use 1:1 scaling.
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcprepct.c | 13 * as required by the downsampler. See the comments at the head of 14 * jcsample.c for the downsampler's needs. 36 * The downsampler's last output row is then replicated if needed to pad 43 * This allows the downsampler to access the proper context rows. 286 * We make the buffer wide enough to allow the downsampler to edge-expand 331 * We make the buffer wide enough to allow the downsampler to edge-expand
|
fpdfapi_jcsample.c | 12 * from which the downsampler produces v_samp_factor sample rows. 13 * A single row group is processed in each call to the downsampler module. 15 * The downsampler is responsible for edge-expansion of its output data 21 * The downsampler may request "context rows" by setting need_context_rows
|
/external/libopus/silk/ |
resampler_rom.h | 44 /* Tables for 2x downsampler */
|
/frameworks/base/docs/html/guide/appendix/ |
media-formats.jd | 133 downsampler does not include a low-pass filter). 16-bit recommended;
|
/docs/source.android.com/src/compatibility/4.0/ |
android-4.0-cdd.xhtml | [all...] |
/docs/source.android.com/src/compatibility/4.2/ |
android-4.2-cdd.xhtml | [all...] |
/docs/source.android.com/src/compatibility/4.3/ |
android-4.3-cdd.xhtml | [all...] |
/docs/source.android.com/src/compatibility/4.4/ |
android-4.4-cdd.xhtml | [all...] |
/docs/source.android.com/src/compatibility/5.1/ |
android-5.1-cdd.html | [all...] |
/docs/source.android.com/src/compatibility/5.0/ |
android-5.0-cdd.html | [all...] |
/docs/source.android.com/src/compatibility/6.0/ |
android-6.0-cdd.html | [all...] |
/docs/source.android.com/src/compatibility/ |
android-cdd.html | [all...] |