Home
last modified time | relevance | path

Searched refs:NOT_IMPLEMENTED (Results 1 – 25 of 47) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp9dec.c163 GST_ELEMENT_WARNING (dec, STREAM, NOT_IMPLEMENTED, in gst_vp9_dec_get_valid_format()
174 GST_ELEMENT_WARNING (dec, STREAM, NOT_IMPLEMENTED, in gst_vp9_dec_get_valid_format()
184 GST_ELEMENT_WARNING (dec, STREAM, NOT_IMPLEMENTED, in gst_vp9_dec_get_valid_format()
191 GST_ELEMENT_WARNING (dec, STREAM, NOT_IMPLEMENTED, in gst_vp9_dec_get_valid_format()
199 GST_ELEMENT_WARNING (dec, STREAM, NOT_IMPLEMENTED, in gst_vp9_dec_get_valid_format()
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h4249 #define NOT_IMPLEMENTED(st) static void (*st)(void) = nullptr;
4250 NOT_IMPLEMENTED(callback)
4251 NOT_IMPLEMENTED(unbounded_set_rgb)
4252 NOT_IMPLEMENTED(unbounded_uniform_color)
4253 NOT_IMPLEMENTED(unpremul)
4254 NOT_IMPLEMENTED(dither)
4255 NOT_IMPLEMENTED(load_16161616)
4256 NOT_IMPLEMENTED(load_16161616_dst)
4257 NOT_IMPLEMENTED(store_16161616)
4258 NOT_IMPLEMENTED(gather_16161616)
[all …]
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h4085 #define NOT_IMPLEMENTED(st) static void (*st)(void) = nullptr;
4086 NOT_IMPLEMENTED(callback)
4087 NOT_IMPLEMENTED(interpreter)
4088 NOT_IMPLEMENTED(unbounded_set_rgb)
4089 NOT_IMPLEMENTED(unbounded_uniform_color)
4090 NOT_IMPLEMENTED(unpremul)
4091 NOT_IMPLEMENTED(dither) // TODO
4092 NOT_IMPLEMENTED(from_srgb)
4093 NOT_IMPLEMENTED(to_srgb)
4094 NOT_IMPLEMENTED(load_16161616)
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c290 GST_ELEMENT_ERROR (filter, CORE, NOT_IMPLEMENTED, (NULL), in gst_video_filter_transform()
296 GST_ELEMENT_WARNING (filter, CORE, NOT_IMPLEMENTED, (NULL), in gst_video_filter_transform()
338 GST_ELEMENT_ERROR (filter, CORE, NOT_IMPLEMENTED, (NULL), in gst_video_filter_transform_ip()
344 GST_ELEMENT_WARNING (filter, CORE, NOT_IMPLEMENTED, (NULL), in gst_video_filter_transform_ip()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1dec.c359 GST_ELEMENT_WARNING (dec, STREAM, NOT_IMPLEMENTED, (NULL), in gst_av1_dec_get_valid_format()
379 GST_ELEMENT_WARNING (dec, STREAM, NOT_IMPLEMENTED, (NULL), in gst_av1_dec_get_valid_format()
399 GST_ELEMENT_WARNING (dec, STREAM, NOT_IMPLEMENTED, (NULL), in gst_av1_dec_get_valid_format()
/third_party/python/Lib/http/
D__init__.py134 NOT_IMPLEMENTED = (501, 'Not Implemented', variable in HTTPStatus
Dserver.py411 HTTPStatus.NOT_IMPLEMENTED,
989 HTTPStatus.NOT_IMPLEMENTED,
/third_party/flutter/skia/src/pdf/
DSkPDFGraphicStackState.cpp108 NOT_IMPLEMENTED(clipFill == SkPath::kInverseEvenOdd_FillType, false); in append_clip_path()
109 NOT_IMPLEMENTED(clipFill == SkPath::kInverseWinding_FillType, false); in append_clip_path()
DSkPDFUtils.cpp227 NOT_IMPLEMENTED(fill == SkPath::kInverseEvenOdd_FillType, false); in PaintPath()
228 NOT_IMPLEMENTED(fill == SkPath::kInverseWinding_FillType, false); in PaintPath()
DSkPDFUtils.h36 #define NOT_IMPLEMENTED(condition, assert) \ macro
DSkPDFDevice.cpp217 NOT_IMPLEMENTED(!matrix.hasPerspective(), false); in ScopedContentEntry()
1170 NOT_IMPLEMENTED(paint.getPathEffect() != nullptr, false); in populate_graphic_state_entry_from_paint()
1171 NOT_IMPLEMENTED(paint.getMaskFilter() != nullptr, false); in populate_graphic_state_entry_from_paint()
1172 NOT_IMPLEMENTED(paint.getColorFilter() != nullptr, false); in populate_graphic_state_entry_from_paint()
/third_party/skia/src/pdf/
DSkPDFGraphicStackState.cpp99 NOT_IMPLEMENTED(clipFill == SkPathFillType::kInverseEvenOdd, false); in append_clip_path()
100 NOT_IMPLEMENTED(clipFill == SkPathFillType::kInverseWinding, false); in append_clip_path()
DSkPDFUtils.cpp227 NOT_IMPLEMENTED(fill == SkPathFillType::kInverseEvenOdd, false); in PaintPath()
228 NOT_IMPLEMENTED(fill == SkPathFillType::kInverseWinding, false); in PaintPath()
DSkPDFUtils.h37 #define NOT_IMPLEMENTED(condition, assert) \ macro
DSkPDFDevice.cpp240 NOT_IMPLEMENTED(!matrix.hasPerspective(), false); in ScopedContentEntry()
1150 NOT_IMPLEMENTED(paint.getPathEffect() != nullptr, false); in populate_graphic_state_entry_from_paint()
1151 NOT_IMPLEMENTED(paint.getMaskFilter() != nullptr, false); in populate_graphic_state_entry_from_paint()
1152 NOT_IMPLEMENTED(paint.getColorFilter() != nullptr, false); in populate_graphic_state_entry_from_paint()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4apay.c217 GST_ELEMENT_ERROR (rtpmp4apay, STREAM, NOT_IMPLEMENTED, in gst_rtp_mp4a_pay_parse_audio_config()
224 GST_ELEMENT_ERROR (rtpmp4apay, STREAM, NOT_IMPLEMENTED, in gst_rtp_mp4a_pay_parse_audio_config()
Dgstrtpmp4gpay.c287 GST_ELEMENT_ERROR (rtpmp4gpay, STREAM, NOT_IMPLEMENTED, in gst_rtp_mp4g_pay_parse_audio_config()
294 GST_ELEMENT_ERROR (rtpmp4gpay, STREAM, NOT_IMPLEMENTED, in gst_rtp_mp4g_pay_parse_audio_config()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js60 NOT_IMPLEMENTED: 501, property
/third_party/python/Lib/test/
Dtest_httpservers.py143 self.assertEqual(res.status, HTTPStatus.NOT_IMPLEMENTED)
150 self.assertEqual(res.status, HTTPStatus.NOT_IMPLEMENTED)
171 self.assertEqual(res.status, HTTPStatus.NOT_IMPLEMENTED)
201 self.assertEqual(res.status, HTTPStatus.NOT_IMPLEMENTED)
209 self.assertEqual(res.status, HTTPStatus.NOT_IMPLEMENTED)
508 self.check_status_and_reason(response, HTTPStatus.NOT_IMPLEMENTED)
511 self.check_status_and_reason(response, HTTPStatus.NOT_IMPLEMENTED)
513 self.check_status_and_reason(response, HTTPStatus.NOT_IMPLEMENTED)
/third_party/cef/include/base/
Dcef_logging.h739 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
741 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasetransform.c360 GST_ELEMENT_ERROR (filter, CORE, NOT_IMPLEMENTED, (NULL), in gst_cuda_base_transform_transform()
366 GST_ELEMENT_WARNING (trans, CORE, NOT_IMPLEMENTED, (NULL), in gst_cuda_base_transform_transform()
/third_party/python/Doc/library/
Dhttp.rst114 ``501`` ``NOT_IMPLEMENTED`` HTTP/1.1 :rfc:`7231`, Section 6.6.2
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11download.cpp449 GST_ELEMENT_WARNING (filter, CORE, NOT_IMPLEMENTED, (NULL), in gst_d3d11_download_transform()
Dgstd3d11upload.cpp550 GST_ELEMENT_WARNING (filter, CORE, NOT_IMPLEMENTED, (NULL), in gst_d3d11_upload_transform()
/third_party/node/src/
Dnode_http_common.h178 V(NOT_IMPLEMENTED, 501) \

12