/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
compress_params.h | 136 /* AAC modes are required for encoders and decoders */ 148 /* AAC formats are required for encoders and decoders */ 214 * IEC modes are mandatory for decoders. Format autodetection 411 * @bit_rate: Bitrate of encoded data. May be ignored by decoders 414 * May be ignored by decoders. 416 * decoders as well. See SND_AUDIOPROFILE defines.
|
/hardware/qcom/msm8x84/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 407 * @bit_rate: Bitrate of encoded data. May be ignored by decoders 410 * May be ignored by decoders. 412 * decoders as well. See SND_AUDIOPROFILE defines.
|
/external/lzma/xz-embedded/ |
xz_config.h | 16 /* Uncomment as needed to enable BCJ filter decoders. */
|
/external/skia/gm/ |
colorwheel.cpp | 25 This GM tests whether the image decoders properly decode each color
|
/external/skia/tools/skiaserve/ |
skiaserve.cpp | 23 // To get image decoders linked in we have to do the below magic
|
/external/webrtc/webrtc/call/ |
rtc_event_log_unittest.cc | 170 // Check decoders. 171 ASSERT_EQ(static_cast<int>(config.decoders.size()), 174 ASSERT_TRUE(receiver_config.decoders(i).has_name()); 175 ASSERT_TRUE(receiver_config.decoders(i).has_payload_type()); 176 const std::string& decoder_name = receiver_config.decoders(i).name(); 177 int decoder_type = receiver_config.decoders(i).payload_type(); 178 EXPECT_EQ(config.decoders[i].payload_name, decoder_name); 179 EXPECT_EQ(config.decoders[i].payload_type, decoder_type); 373 config->decoders.push_back(decoder);
|
rtc_event_log.proto | 149 // List of decoders associated with the stream. 150 repeated DecoderConfig decoders = 7;
|
bitrate_estimator_tests.cc | 132 // receive_config_.decoders will be set by every stream separately. 203 test_->receive_config_.decoders.clear(); 204 test_->receive_config_.decoders.push_back(decoder);
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
acm_codec_database.h | 73 // neteq_decoders_ - list of supported decoders in NetEQ.
|
acm_receiver.h | 108 // necessary for external decoders, but may also be 109 // used for built-in decoders if NetEq doesn't have 295 // Decoders map is keyed by payload type
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoder.h | 36 // sets the output surface of video decoders.
|
/frameworks/native/include/media/hardware/ |
HardwareAPI.h | 177 // METADATA SUPPORT FOR VIDEO DECODERS. 319 // This is passed via OMX_SetConfig or OMX_GetConfig to video encoders and decoders when the 360 // VIDEO DECODERS: the framework uses OMX_SetConfig to specify the default color aspects to use 370 // 1. Decoders should maintain two color aspect states - the default state as reported by the 389 // BOTH DECODERS AND ENCODERS: the framework uses OMX_GetConfig during idle and executing state to 405 // 6.b. For decoders, this query happens before the first frame, and every time the color aspects 425 // This is passed via OMX_SetConfig or OMX_GetConfig to video encoders and decoders when the 457 // VIDEO DECODERS: the framework uses OMX_SetConfig to specify the default HDR static information 467 // 1. Decoders should maintain two HDR static information structures - the default values as
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
CodingErrorAction.java | 34 * href="CharsetDecoder.html#cae">decoders</a> and <a
|
CharsetDecoder.java | 299 * should be overridden by decoders that require notification of changes to 381 * should be overridden by decoders that require notification of changes to 424 * should be overridden by decoders that require notification of changes to 615 * <p> Some decoders maintain internal state and may need to write some 670 * by decoders that may need to write final characters to the output buffer 703 * should be overridden by decoders that maintain internal state. </p> 813 * <tt>false</tt>; it should be overridden by auto-detecting decoders to 834 * have yet been decoded. Some auto-detecting decoders are capable of 840 * auto-detecting decoders to return <tt>true</tt> once the input charset [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecCapabilitiesTest.java | 83 // Android device implementations with H.264 decoders, MUST support Baseline Profile Level 3. 112 // Android device implementations with H.263 decoders, MUST support Level 30. 123 // Android device implementations with MPEG-4 decoders, MUST support Simple Profile Level 3. 402 MediaUtils.skipTest("no video decoders that are required to be adaptive found"); 427 MediaUtils.skipTest("no video decoders that are required to be adaptive found"); 471 MediaUtils.skipTest("no video decoders found ending in .secure"); 523 // TODO: test these on various decoders (need test streams) 533 MediaUtils.skipTest("no non-tunneled/non-secure video decoders found");
|
VideoDecoderPerfTest.java | 278 String[] decoders = MediaUtils.getDecoderNames(isGoog, formats); local 280 if (decoders.length == 0) { 281 MediaUtils.skipTest("No " + kind + " decoders for " + Arrays.toString(formats)); 283 } else if (ix >= decoders.length) { 284 Log.i(TAG, "No more " + kind + " decoders for " + Arrays.toString(formats)); 288 String decoderName = decoders[ix]; 301 // The count tests are to ensure this Cts test covers all decoders. Add further 302 // tests and change the count if there can be more decoders.
|
/external/webrtc/webrtc/ |
video_receive_stream.h | 83 // Decoders for every payload that we can receive. 84 std::vector<Decoder> decoders; member in struct:webrtc::VideoReceiveStream::Config
|
/frameworks/av/media/libstagefright/data/ |
media_codecs_google_audio.xml | 18 <Decoders> 64 </Decoders>
|
media_codecs_google_video.xml | 18 <Decoders> 71 </Decoders>
|
media_codecs_google_video_le.xml | 18 <Decoders> 74 </Decoders>
|
/frameworks/av/media/libstagefright/tests/ |
MediaCodecListOverrides_test.cpp | 45 " <Decoders>\n" 58 " </Decoders>\n"
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
example_xma.c | 48 "Included decoders:\n" 128 /* XMA mode is not supported on all decoders! */
|
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/ |
commons-codec-1.3.pom | 7 <description>The codec package contains simple encoder and decoders for 9 widely used encoders and decoders, the codec package also maintains a
|
/external/libopus/tests/ |
test_opus_decode.c | 76 fprintf(stdout," Starting %d decoders...\n",5*2); 221 printf(" Decoders stopped.\n"); 364 printf(" Decoders stopped.\n"); 448 into the decoders. This is helpful because garbage data 449 may cause the decoders to clip, which angers CLANG IOC.*/
|
/toolchain/binutils/binutils-2.25/include/ |
dis-asm.h | 22 The opcode library (libopcodes.a) provides instruction decoders for 54 for passing information into the instruction decoders (such as the 56 back from the instruction decoders to their callers. 196 /* Results from instruction decoders. Not all decoders yet support
|