/external/llvm/test/CodeGen/ARM/ |
2008-05-19-ScavengerAssert.ll | 3 %struct.Decoders = type { i32**, i16***, i16****, i16***, i16**, i8**, i8** } 4 @decoders = external global %struct.Decoders ; <%struct.Decoders*> [#uses=1] 12 %tmp151 = tail call fastcc i32 @get_mem2Dint( i32*** getelementptr (%struct.Decoders, %struct.Decoders* @decoders, i32 0, i32 0), i32 16, i32 16 ) ; <i32> [#uses=1]
|
/frameworks/base/core/java/android/util/ |
package.html | 4 and decoders, string and number conversion methods, and XML utilities.
|
/external/glide/library/src/main/java/com/bumptech/glide/provider/ |
DataLoadProviderRegistry.java | 10 * data and resource classes they provide encoders and decoders for. 22 * @param dataClass The class of the data that the provider provides encoders and decoders for. 23 * @param resourceClass The class of the resource that the provider provides encoders and decoders for. 25 * @param <T> The type of the data that the provider provides encoders and decoders for. 26 * @param <Z> The type of the resource that the provider provides encoders and decoders for. 36 * @param dataClass The class of the data that the provider provides encoders and decoders for. 37 * @param resourceClass The class of the resource that the provider provides encoders and decoders for. 38 * @param <T> The type of the data that the provider provides encoders and decoders for. 39 * @param <Z> The type of the resource that the provider provides encoders and decoders for.
|
DataLoadProvider.java | 10 * A load provider that provides the necessary encoders and decoders to decode a specific type of resource from a
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusimagecodec.h | 4 * GDI+ image decoders and encoders 30 ImageCodecInfo *decoders) 33 return DllExports::GdipGetImageDecoders(numDecoders, size, decoders); 35 return GdipGetImageDecoders(numDecoders, size, decoders);
|
/frameworks/av/media/libstagefright/data/ |
media_codecs_google_telephony.xml | 18 <Decoders> 24 </Decoders>
|
media_codecs_google_tv.xml | 18 <Decoders> 28 </Decoders>
|
/external/webrtc/webrtc/call/ |
packet_injection_tests.cc | 45 video_receive_configs_[0].decoders[0].payload_type = payload_type; 48 video_receive_configs_[0].decoders[0].payload_name = "VP8"; 51 video_receive_configs_[0].decoders[0].payload_name = "H264";
|
/external/skia/include/images/ |
SkForceLinking.h | 11 * This is necessary in applications that will create image decoders from
|
/device/generic/goldfish/camera/ |
media_codecs.xml | 21 <!ELEMENT MediaCodecs (Decoders|Encoders|Include)*> 22 <!ELEMENT Decoders (MediaCodec|Include)*> 69 Clients of such decoders will not be able to access the decoded data, 72 Audio decoders MUST NOT advertise this quirk. 73 Video decoders that advertise this quirk must be accompanied by a
|
/hardware/bsp/intel/peripheral/audio/generic/ |
media_codecs.xml | 21 <!ELEMENT MediaCodecs (Decoders|Encoders|Include)*> 22 <!ELEMENT Decoders (MediaCodec|Include)*> 69 Clients of such decoders will not be able to access the decoded data, 72 Audio decoders MUST NOT advertise this quirk. 73 Video decoders that advertise this quirk must be accompanied by a
|
/device/linaro/hikey/etc/ |
media_codecs.xml | 19 <!ELEMENT MediaCodecs (Decoders,Encoders)> 20 <!ELEMENT Decoders (MediaCodec*)> 67 Clients of such decoders will not be able to access the decoded data, 70 Audio decoders MUST NOT advertise this quirk. 71 Video decoders that advertise this quirk must be accompanied by a 79 <Decoders> 94 </Decoders>
|
/frameworks/wilhelm/src/android/ |
VideoCodec_to_android.h | 22 * Android. They are ONLY exposing the "hardware" video decoders 26 * "Software" decoders, such as the ones available as default implementations 52 * nbDecoders <= number of decoders
|
/external/glide/third_party/gif_decoder/ |
README.third_party | 19 headers between multiple decoders. Added interface for reusing bitmaps each
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
EventDecoder.java | 20 * A generic interface for event decoders.
|
/external/opencv3/modules/imgcodecs/src/ |
loadsave.cpp | 71 decoders.push_back( makePtr<BmpDecoder>() ); 74 decoders.push_back( makePtr<HdrDecoder>() ); 77 decoders.push_back( makePtr<JpegDecoder>() ); 81 decoders.push_back( makePtr<WebPDecoder>() ); 84 decoders.push_back( makePtr<SunRasterDecoder>() ); 86 decoders.push_back( makePtr<PxMDecoder>() ); 89 decoders.push_back( makePtr<TiffDecoder>() ); 93 decoders.push_back( makePtr<PngDecoder>() ); 97 decoders.push_back( makePtr<Jpeg2KDecoder>() ); 101 decoders.push_back( makePtr<ExrDecoder>() ) 111 std::vector<ImageDecoder> decoders; member in struct:cv::ImageCodecInitializer [all...] |
/device/htc/flounder/ |
media_codecs.xml | 21 <!ELEMENT MediaCodecs (Decoders|Encoders|Include)*> 22 <!ELEMENT Decoders (MediaCodec|Include)*> 69 Clients of such decoders will not be able to access the decoded data, 72 Audio decoders MUST NOT advertise this quirk. 73 Video decoders that advertise this quirk must be accompanied by a 85 <Decoders> 138 </Decoders>
|
/external/fec/ |
README | 15 1. Viterbi decoders for the following convolutional codes: 21 2. Reed-Solomon encoders and decoders for any user-specified code. 57 versions, with a few minor exceptions. The Viterbi decoders in C have 111 Switch from 4 to 8-bit input symbols on all Viterbi decoders 117 Added error checking, fixed alignment bug in SSE2 versions of Viterbi decoders causing segfaults
|
/external/lzma/xz-embedded/ |
xz_private.h | 93 * If any of the BCJ filter decoders are wanted, define XZ_DEC_BCJ. 94 * XZ_DEC_BCJ is used to enable generic support for BCJ decoders. 130 * Allocate memory for BCJ decoders. xz_dec_bcj_reset() must be used before
|
/external/apache-http/src/org/apache/commons/codec/ |
Decoder.java | 20 * <p>Provides the highest level of abstraction for Decoders. 22 * Decoders implement this common generic interface.</p>
|
BinaryDecoder.java | 20 * Defines common decoding methods for byte array decoders.
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
RELEASE-NOTES.txt | 9 The codec package contains simple encoder and decoders for various formats
11 decoders, the codec package also maintains a collection of phonetic encoding
|
/external/sl4a/Common/src/org/apache/commons/codec/ |
Decoder.java | 21 * <p>Provides the highest level of abstraction for Decoders. 23 * Decoders implement this common generic interface.</p>
|
/external/zxing/core/ |
core.jar | |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
StreamBitmapDataLoadProvider.java | 18 * An {@link com.bumptech.glide.provider.DataLoadProvider} that provides decoders and encoders for decoding and caching
|