HomeSort by relevance Sort by last modified time
    Searched refs:Decoder (Results 251 - 275 of 301) sorted by null

<<111213

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp 902 ALOGD("onSetVideoSurface(%p, %s video decoder)",
928 // If the video decoder is not set (perhaps audio only in this case)
943 // After a flush without shutdown, decoder is paused.
998 // Set mPlaybackSettings so that the new audio decoder can
2167 const sp<DecoderBase> &decoder = getDecoder(audio); local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 764 ALOGD("onSetVideoSurface(%p, %s video decoder)",
790 // If the video decoder is not set (perhaps audio only in this case)
805 // After a flush without shutdown, decoder is paused.
859 // Set mPlaybackSettings so that the new audio decoder can
1009 // Don't try to re-open audio sink if there's an existing decoder.
2120 const sp<DecoderBase> &decoder = getDecoder(audio); local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 12 // the one implemented by Decoder.
gobencdec_test.go 20 // Types that implement the GobEncoder/Decoder interfaces.
538 // GobEncoder to non-decoder: error
549 t.Fatal("expected decode error for mismatched fields (encoder to non-decoder)")
563 t.Fatal("expected decode error for mismatched fields (non-encoder to decoder)")
codec_test.go 814 t.Fatal("decoder error:", err)
1006 // Can't test decode easily because we can't encode one, so we can't pass one to a Decoder.
    [all...]
type.go 258 // Predefined because it's needed by the Decoder
  /prebuilts/go/linux-x86/src/encoding/gob/
debug.go 12 // the one implemented by Decoder.
gobencdec_test.go 20 // Types that implement the GobEncoder/Decoder interfaces.
538 // GobEncoder to non-decoder: error
549 t.Fatal("expected decode error for mismatched fields (encoder to non-decoder)")
563 t.Fatal("expected decode error for mismatched fields (non-encoder to decoder)")
codec_test.go 814 t.Fatal("decoder error:", err)
1006 // Can't test decode easily because we can't encode one, so we can't pass one to a Decoder.
    [all...]
type.go 258 // Predefined because it's needed by the Decoder
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java 74 // CharsetCallback encoder and decoder
75 CharsetCallback.Decoder cbDecoder = null;
306 // replace the decoder's default replacement value
560 // create converter for charset and decoder for each test case
562 CharsetDecoder decoder = null; local
572 decoder = charset.newDecoder();
573 decoder.onMalformedInput(CodingErrorAction.REPLACE);
574 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
578 decoder = null;
580 if (decoder == null)
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /external/protobuf/js/binary/
reader.js 68 * Wire-format decoder.
210 * an exit condition in decoder loops in generated code.
274 goog.asserts.fail('Decoder hit an error');
539 // Save the current endpoint of the decoder and move it to the end of the
549 // Advance the decoder past the embedded message and restore the endpoint.
584 * Return a decoder that wraps the current delimited field.
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.h 792 explicit Simulator(Decoder* decoder, FILE* stream = stdout);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 49 // ignored (see Decoder.DisallowUnknownFields for an alternative).
285 // there is a bug in the JSON decoder or something is editing
286 // the data slice while the decoder executes.
287 var errPhase = errors.New("JSON decoder out of sync - data changing underfoot?")
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 630 func (m *MyCharData) UnmarshalXML(d *Decoder, start StartElement) error {
  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 397 dec *gob.Decoder
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 49 // ignored (see Decoder.DisallowUnknownFields for an alternative).
285 // there is a bug in the JSON decoder or something is editing
286 // the data slice while the decoder executes.
287 var errPhase = errors.New("JSON decoder out of sync - data changing underfoot?")
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 630 func (m *MyCharData) UnmarshalXML(d *Decoder, start StartElement) error {
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 397 dec *gob.Decoder
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar 

Completed in 766 milliseconds

<<111213