Home
last modified time | relevance | path

Searched defs:writeFrame (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/skia/modules/skottie/src/
H A DSkottieTool.cpp147 void writeFrame(sk_sp<SkImage> frame, size_t frame_index) override { in writeFrame() function in __anonc6e2d8a10111::PNGSink
168 void writeFrame(sk_sp<SkImage>, size_t) override {} in writeFrame() function in __anonc6e2d8a10111::NullSink
178 void writeFrame(sk_sp<SkImage> frame, size_t frame_index) override { in writeFrame() function in __anonc6e2d8a10111::MP4Sink
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go5029 func (sc *http2serverConn) writeFrame(wr http2FrameWriteRequest) { func
10481 writeFrame(http2writeContext) error methodSpec
10528 func (http2flushFrameWriter) writeFrame(ctx http2writeContext) error { func
10542 func (s http2writeSettings) writeFrame(ctx http2writeContext) error { func
10551 func (p *http2writeGoAway) writeFrame(ctx http2writeContext) error { func
10569 func (w *http2writeData) writeFrame(ctx http2writeContext) error { func
10583 func (hp http2handlerPanicRST) writeFrame(ctx http2writeContext) error { func
10589 func (se http2StreamError) writeFrame(ctx http2writeContext) error { func
10597 func (w http2writePingAck) writeFrame(ctx http2writeContext) error { func
10607 func (http2writeSettingsAck) writeFrame(ctx http2writeContext) error { func
[all …]
/aosp_15_r20/frameworks/av/media/libaaudio/src/flowgraph/resampler/
H A DLinearResampler.cpp27 void LinearResampler::writeFrame(const float *frame) { in writeFrame() function in LinearResampler
H A DPolyphaseResamplerMono.cpp29 void PolyphaseResamplerMono::writeFrame(const float *frame) { in writeFrame() function in PolyphaseResamplerMono
H A DPolyphaseResamplerStereo.cpp29 void PolyphaseResamplerStereo::writeFrame(const float *frame) { in writeFrame() function in PolyphaseResamplerStereo
H A DSincResamplerStereo.cpp31 void SincResamplerStereo::writeFrame(const float *frame) { in writeFrame() function in SincResamplerStereo
H A DMultiChannelResampler.cpp109 void MultiChannelResampler::writeFrame(const float *frame) { in writeFrame() function in MultiChannelResampler
/aosp_15_r20/external/oboe/src/flowgraph/resampler/
H A DLinearResampler.cpp27 void LinearResampler::writeFrame(const float *frame) { in writeFrame() function in LinearResampler
H A DPolyphaseResamplerMono.cpp29 void PolyphaseResamplerMono::writeFrame(const float *frame) { in writeFrame() function in PolyphaseResamplerMono
H A DPolyphaseResamplerStereo.cpp29 void PolyphaseResamplerStereo::writeFrame(const float *frame) { in writeFrame() function in PolyphaseResamplerStereo
H A DSincResamplerStereo.cpp32 void SincResamplerStereo::writeFrame(const float *frame) { in writeFrame() function in SincResamplerStereo
H A DMultiChannelResampler.cpp109 void MultiChannelResampler::writeFrame(const float *frame) { in writeFrame() function in MultiChannelResampler
/aosp_15_r20/external/pigweed/pw_hdlc/java/test/dev/pigweed/pw_hdlc/
H A DEncoderTest.java220 public void writeFrame() throws IOException { in writeFrame() method in EncoderTest
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DIvfWriter.java101 public void writeFrame(byte[] frame, long timeStamp) throws IOException { in writeFrame() method in IvfWriter
/aosp_15_r20/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/
H A DEncoder.java38 public static void writeFrame(Frame frame, OutputStream output) throws IOException { in writeFrame() method in Encoder
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DAbstractServerStream.java53 void writeFrame(WritableBuffer frame, boolean flush, int numMessages); in writeFrame() method
H A DAbstractClientStream.java80 void writeFrame( in writeFrame() method
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DNettyServerStream.java128 public void writeFrame(WritableBuffer frame, boolean flush, final int numMessages) { in writeFrame() method in NettyServerStream.Sink
H A DNettyClientStream.java207 public void writeFrame( in writeFrame() method in NettyClientStream.Sink
/aosp_15_r20/external/grpc-grpc-java/servlet/src/main/java/io/grpc/servlet/
H A DServletServerStream.java240 public void writeFrame(@Nullable WritableBuffer frame, boolean flush, int numMessages) { in writeFrame() method in ServletServerStream.Sink
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
H A DOkHttpServerStream.java97 public void writeFrame(WritableBuffer frame, boolean flush, int numMessages) { in writeFrame() method in OkHttpServerStream.Sink
H A DOkHttpClientStream.java156 public void writeFrame( in writeFrame() method in OkHttpClientStream.Sink
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DAbstractClientStreamTest.java555 public void writeFrame( in writeFrame() method in AbstractClientStreamTest.BaseSink
/aosp_15_r20/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
H A DCronetClientStream.java213 public void writeFrame( in writeFrame() method in CronetClientStream.Sink
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/okhttp/grpc-java-okhttp/android_common_apex33/turbine/
Dgrpc-java-okhttp.jario/grpc/okhttp/internal/CipherSuite.class <Unknown> package io.grpc. ...

1234