/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ |
PeerConnectionClientTest.java | 57 // EGL context that can be used by hardware video decoders to decode to a texture.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
neteq_external_decoder_unittest.cc | 11 // Test to verify correct operation for externally created decoders.
|
/external/webrtc/webrtc/modules/video_coding/ |
codec_database.cc | 416 // Add the external encoder object to the list of external decoders.
|
/frameworks/av/media/libstagefright/ |
OMXClient.cpp | 211 // all non-secure decoders, OMX.google.* codecs and encoders can go in the codec process
|
MediaCodecList.cpp | 448 if (!strcmp(name, "Decoders")) { 541 if (!strcmp(name, "Decoders")) { [all...] |
/frameworks/av/media/libstagefright/httplive/ |
LiveSession.cpp | [all...] |
/frameworks/av/media/libstagefright/omx/ |
SoftVideoDecoderOMXComponent.cpp | 215 // Some software decoders (e.g. SoftMPEG4) fill decoded frame directly to output
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
BitmapRegionTileSource.java | 508 // or didn't support the specified inSampleSize (some decoders only do powers of 2)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
vpx_codec_internal.h | 325 * All decoders \ref MUST expose a variable of this type.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_codec.h | 15 * common to all codecs (both encoders and decoders).
|
/hardware/intel/common/utils/media_resource_manager/arbitrator/ |
MediaResourceArbitrator.cpp | 385 // non-secure decoders
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
encodingstest.cpp | 23 // Verification of encoders/decoders with Hoehrmann's UTF8 decoder
|
/prebuilts/gdb/darwin-x86/lib/python2.7/json/ |
decoder.py | 321 This feature can be used to implement custom decoders that rely on the
|
encoder.py | 124 but is consistent with most JavaScript based encoders and decoders.
|
/prebuilts/gdb/linux-x86/lib/python2.7/json/ |
decoder.py | 321 This feature can be used to implement custom decoders that rely on the
|
encoder.py | 124 but is consistent with most JavaScript based encoders and decoders.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
decoder.py | 321 This feature can be used to implement custom decoders that rely on the
|
encoder.py | 124 but is consistent with most JavaScript based encoders and decoders.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
decoder.py | 321 This feature can be used to implement custom decoders that rely on the
|
encoder.py | 124 but is consistent with most JavaScript based encoders and decoders.
|
/external/zopfli/src/zopfli/ |
deflate.c | 75 Ensures there are at least 2 distance codes to support buggy decoders. 79 require at least two distance codes. To support these decoders too (but
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
type.go | 599 // Should be called only when handling GobEncoders/Decoders, 872 // The missing full path cannot be fixed without breaking existing gob decoders.
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
type.go | 599 // Should be called only when handling GobEncoders/Decoders, 872 // The missing full path cannot be fixed without breaking existing gob decoders.
|
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 139 // errors with the standard decoders, plus 10%. 140 // This should allow for some variation in decoders, while still detecting 294 * Test ColorAspects of all the AVC decoders. Decoders should handle [all...] |
/external/webrtc/talk/media/webrtc/ |
webrtcvideoengine2_unittest.cc | 745 ASSERT_EQ(1u, decoder_factory.decoders().size()); 753 EXPECT_EQ(0u, decoder_factory.decoders().size()); 756 // Verifies that we can set up decoders that are not internally supported. 775 ASSERT_EQ(1u, decoder_factory.decoders().size()); [all...] |