Home
last modified time | relevance | path

Searched refs:codings (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt37 11. Let codings be the result of extracting header list values given
39 12. If codings contains `sbr`
46 1. If codings contains `sbr`, run these subsubsteps:
51 Change point `12.4. Set bytes to the result of handling content codings given codings and bytes.` t…
53 4. Set bytes to the result of handling content codings given codings, bytes
54 and, if codings contains `sbr`, also dictionaryResponse's body.
62 Change last section `To handle content codings ...` to:
64 To handle content codings given codings, bytes and optionally a dictionary, run these substeps:
65 1. If codings are not supported, return bytes.
66 2. If the codings has `sbr`, run these subsubsteps:
[all …]
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dindex.js145 const codings = headers.get('Content-Encoding')
155 …if (!request.compress || request.method === 'HEAD' || codings === null || res.statusCode === 204 |…
170 if (codings === 'gzip' || codings === 'x-gzip') {
177 if (codings === 'deflate' || codings === 'x-deflate') {
/third_party/libsoup/tests/
Dcoding-test.c18 GSList *codings; in server_callback() local
29 codings = soup_header_parse_quality_list (accept_encoding, NULL); in server_callback()
31 codings = NULL; in server_callback()
33 if (codings) { in server_callback()
37 …claim_deflate = g_slist_find_custom (codings, "deflate", (GCompareFunc)g_ascii_strcasecmp) != NULL; in server_callback()
38 claim_gzip = g_slist_find_custom (codings, "gzip", (GCompareFunc)g_ascii_strcasecmp) != NULL; in server_callback()
69 soup_header_free_list (codings); in server_callback()
/third_party/gstreamer/gstplugins_bad/ext/dc1394/
Dgstdc1394src.c767 supported_codings.codings[0] = coding; in gst_dc1394_src_set_cam_caps()
792 coding = supported_codings.codings[c]; in gst_dc1394_src_set_cam_caps()
877 supported_codings.codings[0] = coding; in gst_dc1394_src_get_cam_caps()
918 video_codings.codings[0] = coding; in gst_dc1394_src_get_all_caps()
955 coding = supported_codings->codings[c]; in gst_dc1394_src_build_caps()
1157 color_codings->codings[0] = DC1394_COLOR_CODING_MONO8; in gst_dc1394_src_parse_caps()
1161 color_codings->codings[0] = DC1394_COLOR_CODING_YUV411; in gst_dc1394_src_parse_caps()
1165 color_codings->codings[0] = DC1394_COLOR_CODING_YUV422; in gst_dc1394_src_parse_caps()
1169 color_codings->codings[0] = DC1394_COLOR_CODING_YUV444; in gst_dc1394_src_parse_caps()
1173 color_codings->codings[0] = DC1394_COLOR_CODING_RGB8; in gst_dc1394_src_parse_caps()
[all …]
/third_party/boost/libs/outcome/doc/src/content/experimental/
Dstatus_result.md26 codings. **Note** that `system_code` may represent successes as well as failures.
/third_party/boost/libs/beast/doc/qbk/04_http/
D01_primer.qbk133 This optional field lists the names of the sequence of transfer codings
/third_party/gstreamer/gstreamer/
DChangeLog89222 other color codings.