Home
last modified time | relevance | path

Searched defs:encoded_buffer (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/net/filter/
H A Dzstd_source_stream_unittest.cc93 char* encoded_buffer() { return &encoded_buffer_[0]; } in encoded_buffer() function in net::ZstdSourceStreamTest
213 std::string encoded_buffer; in TEST_F() local
263 std::string encoded_buffer; in TEST_F() local
H A Dbrotli_source_stream_unittest.cc78 char* encoded_buffer() { return &encoded_buffer_[0]; } in encoded_buffer() function in net::BrotliSourceStreamTest
360 std::string encoded_buffer; in TEST_F() local
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_encoder_g722.h54 rtc::Buffer encoded_buffer; // Already encoded. member
/aosp_15_r20/external/image_io/src/extras/
H A Dbase64_decoder_data_destination.cc64 const Byte* encoded_buffer = in Transfer() local
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/extras/
H A Dbase64_decoder_data_destination.cc64 const Byte* encoded_buffer = in Transfer() local
/aosp_15_r20/external/webrtc/pc/
H A Dvideo_rtp_track_source_unittest.cc112 rtc::scoped_refptr<const webrtc::EncodedImageBufferInterface> encoded_buffer() in encoded_buffer() function in webrtc::__anon6f4e62820111::TestFrame
/aosp_15_r20/external/brotli/c/enc/
H A Dencode.c1206 size_t* encoded_size, uint8_t* encoded_buffer) { in BrotliCompressBufferQuality10()
1474 uint8_t* encoded_buffer) { in BrotliEncoderCompress()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_receive_stream2.cc87 rtc::scoped_refptr<const EncodedImageBufferInterface> encoded_buffer() in encoded_buffer() function in webrtc::internal::__anonf4b04f4d0111::WebRtcRecordableEncodedFrame
/aosp_15_r20/external/brotli/c/dec/
H A Ddecode.c2036 size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size, in BrotliDecoderDecompress()
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dencode.c1243 size_t* encoded_size, uint8_t* encoded_buffer) { in BrotliCompressBufferQuality10()