HomeSort by relevance Sort by last modified time
    Searched full:decoders (Results 26 - 50 of 383) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/gyp/
images.gyp 46 # If decoders are added/removed to/from (all/individual)
48 # so the right decoders will be forced to link.
51 # defines the order image decoders are tested when decoding a
129 # The android framework disables these decoders as they are of little use to
  /external/sl4a/Common/src/org/apache/commons/codec/
BinaryDecoder.java 21 * Defines common decoding methods for byte array decoders.
  /frameworks/wilhelm/src/
devices.h 59 // For now, but encoders might be different than decoders later
  /device/asus/fugu/
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
87 <Decoders>
174 </Decoders>
  /device/google/dragon/
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
84 <Decoders>
156 </Decoders>
  /device/lge/bullhead/
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
130 <Decoders>
212 </Decoders>
  /device/moto/shamu/
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
130 <Decoders>
207 </Decoders>
  /packages/apps/TV/usbtuner/src/com/google/android/exoplayer/
MediaSoftwareCodecUtil.java 81 // Some devices don't list secure decoders on API level 21. Try the legacy path.
108 // Note: MediaCodecList is sorted by the framework such that the best decoders come first.
132 // Only cache this variant. If both insecure and secure decoders are
164 * Returns whether secure decoders are explicitly listed, if present.
242 // Secure decoders weren't explicitly listed prior to API level 21. We assume that
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 65 * test. For decoder test, hw and sw decoders are tested,
76 // video decoders only support a single outstanding image with the consumer
316 private Decoder[] decoders(MediaAssets assets, boolean goog) { method in class:ImageReaderDecoderTest
339 return decoders(assets, true /* goog */);
343 return decoders(assets, false /* goog */);
392 Decoder[] decoders = other(new MediaAssets( local
398 decodeTest(decoders, MODE_IMAGEREADER, false /* checkSwirl */);
405 Decoder[] decoders = goog(new MediaAssets( local
411 decodeTest(decoders, MODE_IMAGEREADER, false /* checkSwirl */);
414 private void swirlTest(Decoder[] decoders, int mode)
    [all...]
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 251 Vector<video_decoder> decoders = sProfiles->getVideoDecoders(); local
252 int nSize = decoders.size();
258 return static_cast<jint>(decoders[index]);
273 Vector<audio_decoder> decoders = sProfiles->getAudioDecoders(); local
274 int nSize = decoders.size();
280 return static_cast<jint>(decoders[index]);
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.h 22 // This is the interface class for decoders in NetEQ. Each codec type will have
51 // Same as Decode(), but interfaces to the decoders redundant decode function.
  /external/webrtc/webrtc/video/
video_receive_stream.cc 49 ss << "{decoders: [";
50 for (size_t i = 0; i < decoders.size(); ++i) {
51 ss << decoders[i].ToString();
52 if (i != decoders.size() - 1)
260 RTC_DCHECK(!config_.decoders.empty());
262 for (size_t i = 0; i < config_.decoders.size(); ++i) {
263 const Decoder& decoder = config_.decoders[i];
268 << ") for different decoders.";
  /frameworks/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp 34 // If pDecoderIds is NULL, pNumDecoders returns the number of decoders available.
76 // pIndex returns the number of video decoders capability descriptions.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
StreamFileDataLoadProvider.java 15 * An {@link com.bumptech.glide.provider.DataLoadProvider} that provides encoders and decoders for for obtaining a
  /external/lzma/Java/Tukaani/
NEWS 7 * Fix a wrong assertion in BCJ decoders.
  /libcore/ojluni/src/main/java/java/nio/charset/
package-info.java 27 * Defines charsets, decoders, and encoders, for translating between bytes and
30 * <blockquote><table cellspacing=1 cellpadding=0 summary="Summary of charsets, decoders, and encoders in this package">
50 * bytes. Encoders and decoders operate on byte and character buffers. They are
  /external/fec/
simd-viterbi.3 10 chainback_viterbi615, delete_viterbi615 -\ IA32 SIMD-assisted Viterbi decoders
53 These functions implement high performance Viterbi decoders for four
57 The decoders use the Intel IA32 or PowerPC SIMD instruction sets, if available, to improve
126 Note that the decoders assume the use of a tail, i.e., the encoding
206 These decoders have all been extensively tested and found to provide
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 251 /* -> Number of decoders */
253 fprintf(stdout, "Found %d video decoders\n", numDecoders);
255 fprintf(stderr, "0 video decoders is not an acceptable number, exiting\n");
262 fprintf(stdout, "Decoders:\n");
304 fprintf(stdout, "and displays the list of supported video decoders, and for each, lists the ");
  /device/huawei/angler/
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
147 <Decoders>
227 </Decoders>
  /external/kernel-headers/original/uapi/sound/
compress_params.h 118 /* AAC modes are required for encoders and decoders */
130 /* AAC formats are required for encoders and decoders */
196 * IEC modes are mandatory for decoders. Format autodetection
372 * @bit_rate: Bitrate of encoded data. May be ignored by decoders
375 * May be ignored by decoders.
377 * decoders as well. See SND_AUDIOPROFILE defines.
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 17 * the interface common to all decoders.
97 * The following functions are required to be implemented for all decoders.
98 * They represent the base case functionality expected of all decoders.
248 * The following functions are required to be implemented for all decoders
288 * The following functions are required to be implemented for all decoders
330 * The following section is required to be implemented for all decoders
  /frameworks/base/media/java/android/media/
MediaFile.java 160 List<AudioDecoder> decoders = DecoderCapabilities.getAudioDecoders(); local
161 int count = decoders.size();
163 AudioDecoder decoder = decoders.get(i);
172 List<VideoDecoder> decoders = DecoderCapabilities.getVideoDecoders(); local
173 int count = decoders.size();
175 VideoDecoder decoder = decoders.get(i);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_decoder.h 17 * the interface common to all decoders.
97 * The following functions are required to be implemented for all decoders.
98 * They represent the base case functionality expected of all decoders.
252 * The following functions are required to be implemented for all decoders
292 * The following functions are required to be implemented for all decoders
334 * The following section is required to be implemented for all decoders
  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_params.h 137 /* AAC modes are required for encoders and decoders */
149 /* AAC formats are required for encoders and decoders */
215 * IEC modes are mandatory for decoders. Format autodetection
409 * @bit_rate: Bitrate of encoded data. May be ignored by decoders
412 * May be ignored by decoders.
414 * decoders as well. See SND_AUDIOPROFILE defines.
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_params.h 141 /* AAC modes are required for encoders and decoders */
153 /* AAC formats are required for encoders and decoders */
219 * IEC modes are mandatory for decoders. Format autodetection
452 * @bit_rate: Bitrate of encoded data. May be ignored by decoders
455 * May be ignored by decoders.
457 * decoders as well. See SND_AUDIOPROFILE defines.

Completed in 756 milliseconds

12 3 4 5 6 7 8 91011>>