Home
last modified time | relevance | path

Searched refs:bytes_decoded (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/osp/impl/presentation/
Dpresentation_connection.cc192 ssize_t bytes_decoded = msgs::DecodePresentationConnectionMessage( in OnStreamMessage() local
194 if (bytes_decoded < 0) { in OnStreamMessage()
216 return bytes_decoded; in OnStreamMessage()
221 ssize_t bytes_decoded = msgs::DecodePresentationConnectionCloseRequest( in OnStreamMessage() local
223 if (bytes_decoded < 0) { in OnStreamMessage()
225 << bytes_decoded; in OnStreamMessage()
253 ? ErrorOr<size_t>(bytes_decoded) in OnStreamMessage()
259 ssize_t bytes_decoded = msgs::DecodePresentationConnectionCloseEvent( in OnStreamMessage() local
261 if (bytes_decoded < 0) { in OnStreamMessage()
263 << bytes_decoded; in OnStreamMessage()
[all …]
/external/libultrahdr/third_party/image_io/src/extras/
Dbase64_decoder_data_destination.cc52 int bytes_decoded = modp_b64_decode(reinterpret_cast<char*>(out), in base64_decode() local
55 return bytes_decoded > 0 ? bytes_decoded : 0; in base64_decode()
/external/image_io/src/extras/
Dbase64_decoder_data_destination.cc52 int bytes_decoded = modp_b64_decode(reinterpret_cast<char*>(out), in base64_decode() local
55 return bytes_decoded > 0 ? bytes_decoded : 0; in base64_decode()
/external/libevent/test/
Dregress_http.c2910 int bytes_decoded; in http_uriencode_test() local
2969 bytes_decoded = evhttp_decode_uri_internal("hello%20%20", 6, s, 0); in http_uriencode_test()
2971 tt_int_op(bytes_decoded,==,6); in http_uriencode_test()