/third_party/ffmpeg/libavcodec/ |
D | vp9_superframe_bsf.c | 105 int res, invisible, profile, marker, uses_superframe_syntax = 0, n; in vp9_superframe_filter() local 128 invisible = 0; in vp9_superframe_filter() 131 invisible = !get_bits1(&gb); in vp9_superframe_filter() 139 } else if ((!invisible || uses_superframe_syntax) && !s->n_cache) { in vp9_superframe_filter() 151 if (invisible) { in vp9_superframe_filter()
|
D | vp9_superframe_split_bsf.c | 91 int profile, invisible = 0; in vp9_superframe_split_filter() local 117 invisible = !get_bits1(&gb); in vp9_superframe_split_filter() 120 if (invisible) in vp9_superframe_split_filter()
|
D | nvdec_vp8.c | 75 !h->invisible, // show_frame in nvdec_vp8_start_frame()
|
D | vp9shared.h | 99 uint8_t invisible; member
|
D | vp8.h | 284 int invisible; member
|
D | vaapi_vp9.c | 57 .show_frame = !h->h.invisible, in vaapi_vp9_start_frame()
|
D | nvdec_vp9.c | 68 .showFrame = !h->h.invisible, in nvdec_vp9_start_frame()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvp8enc.c | 75 GList *invisible; member 94 g_list_foreach (user_data->invisible, (GFunc) _gst_mini_object_unref0, NULL); in gst_vp8_enc_user_data_free() 95 g_list_free (user_data->invisible); in gst_vp8_enc_user_data_free() 336 vp8_user_data->invisible = g_list_append (vp8_user_data->invisible, buffer); in gst_vp8_enc_handle_invisible_frame_buffer() 448 for (inv_count = 0, l = user_data->invisible; l; inv_count++, l = l->next) { in gst_vp8_enc_pre_push() 453 if (l == user_data->invisible in gst_vp8_enc_pre_push() 489 if (!user_data->invisible && GST_VIDEO_CODEC_FRAME_IS_SYNC_POINT (frame)) { in gst_vp8_enc_pre_push()
|
/third_party/giflib/doc/gifstandard/ |
D | gif89a.css | 12 table.invisible {
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape.cc | 679 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local 681 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables() 687 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
|
D | hb-buffer.cc | 227 invisible = 0; in reset() 1198 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument 1203 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph() 1220 return buffer->invisible; in hb_buffer_get_invisible_glyph()
|
D | hb-buffer.h | 354 hb_codepoint_t invisible);
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape.cc | 789 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local 791 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables() 797 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
|
D | hb-buffer.cc | 225 invisible = 0; in reset() 1151 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument 1156 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph() 1173 return buffer->invisible; in hb_buffer_get_invisible_glyph()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape.cc | 850 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local 852 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables() 858 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
|
D | hb-buffer.cc | 226 invisible = 0; in reset() 1138 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument 1143 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph() 1160 return buffer->invisible; in hb_buffer_get_invisible_glyph()
|
/third_party/ffmpeg/libavformat/ |
D | bintext.c | 133 int invisible = 0; in bin_probe() local 160 invisible ++; in bin_probe()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0.rst | 72 (https://invisible-island.net/ncurses/NEWS.html#index-t20170401). The
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.occlusion_query.txt | 43 If targets are invisible, i.e. red color does not appear in the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_fragments_instrument.txt | 60 * We say that invisible fragments culled early as an 116 optimization had been invisible from a GL spec point of view and
|
D | GLX_SGIX_visual_select_group.txt | 42 invisible to users so can't be queried by glXGetConfig or
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_fragments_instrument.txt | 60 * We say that invisible fragments culled early as an 116 optimization had been invisible from a GL spec point of view and
|
D | GLX_SGIX_visual_select_group.txt | 42 invisible to users so can't be queried by glXGetConfig or
|
/third_party/python/Doc/library/ |
D | curses.panel.rst | 83 screen invisible.
|
/third_party/boost/libs/asio/doc/overview/ |
D | threads.qbk | 32 these threads must be invisible to the library user. In particular, the threads:
|