/third_party/ffmpeg/libavformat/ |
D | h264dec.c | 34 int sps = 0, pps = 0, idr = 0, res = 0, sli = 0; in h264_probe() local 84 idr++; in h264_probe() 112 ff_tlog(NULL, "sps:%d pps:%d idr:%d sli:%d res:%d\n", sps, pps, idr, sli, res); in h264_probe() 114 if (sps && pps && (idr || sli > 3) && res < (sps + pps + idr)) in h264_probe()
|
/third_party/mesa3d/ |
D | CODEOWNERS | 113 /include/drm-uapi/i915_drm.h @kwg @llandwerlin @jekstrand @idr 114 /include/pci_ids/i*_pci_ids.h @kwg @llandwerlin @jekstrand @idr 115 /src/intel/ @kwg @llandwerlin @jekstrand @idr 116 /src/gallium/winsys/iris/ @kwg @llandwerlin @jekstrand @idr 117 /src/gallium/drivers/iris/ @kwg @llandwerlin @jekstrand @idr 119 /src/mesa/drivers/dri/i965/ @kwg @llandwerlin @jekstrand @idr 120 /doxygen/i965.doxy @kwg @llandwerlin @jekstrand @idr
|
/third_party/mesa3d/docs/_extra/specs/ |
D | EXT_shader_samples_identical.txt | 165 2 2015/10/23 idr Change from MESA to EXT. Rebase on OpenGL 4.5, 169 3 2015/10/27 idr Typo fixes. 170 4 2015/11/10 idr Rename extension from EXT_shader_multisample_compression 173 5 2015/11/18 idr Fix some typos spotted by gsellers. Change the 176 6 2015/11/19 idr Fix more typos spotted by Nicolai Hähnle.
|
D | EXT_shader_integer_mix.spec | 127 6 09/12/2013 idr After discussions in Khronos, change vendor 130 5 09/09/2013 idr Add ARB_ES3_compatibility interaction.
|
D | INTEL_shader_atomic_float_minmax.txt | 194 1 04/19/2018 idr Initial version 195 2 05/05/2018 idr Describe interactions with the capabilities 197 3 05/29/2018 idr Remove mention of 64-bit float support. 198 4 06/22/2018 idr Resolve issue #2.
|
D | MESA_texture_array.spec | 11 Ian Romanick, IBM (idr 'at' us.ibm.com) 801 ||2005/11/15||0.1||idr||Initial draft MESAX version.|| 802 ||2005/12/07||0.2||idr||Added framebuffer object interactions.|| 803 ||2005/12/12||0.3||idr||Updated fragment program interactions.|| 804 …||2007/05/16||0.4||idr||Converted to MESA_texture_array. Brought in line with EXT_texture_array a…
|
D | MESA_swap_control.spec | 11 Ian Romanick, IBM, idr at us.ibm.com
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | ikev2.c | 18 const u8 *idr, size_t idr_len); 472 if (pl.idr) in ikev2_process_sa_init_encr() 473 ret = ikev2_process_idr(data, pl.idr, pl.idr_len); in ikev2_process_sa_init_encr() 514 const u8 *idr, size_t idr_len) in ikev2_process_idr() argument 518 if (idr == NULL) { in ikev2_process_idr() 528 id_type = idr[0]; in ikev2_process_idr() 529 idr += 4; in ikev2_process_idr() 533 wpa_hexdump_ascii(MSG_DEBUG, "IKEV2: IDr", idr, idr_len); in ikev2_process_idr() 536 os_memcmp(idr, data->IDr, idr_len) != 0) { in ikev2_process_idr() 547 data->IDr = os_memdup(idr, idr_len); in ikev2_process_idr() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | ikev2.c | 18 const u8 *idr, size_t idr_len); 472 if (pl.idr) in ikev2_process_sa_init_encr() 473 ret = ikev2_process_idr(data, pl.idr, pl.idr_len); in ikev2_process_sa_init_encr() 514 const u8 *idr, size_t idr_len) in ikev2_process_idr() argument 518 if (idr == NULL) { in ikev2_process_idr() 528 id_type = idr[0]; in ikev2_process_idr() 529 idr += 4; in ikev2_process_idr() 533 wpa_hexdump_ascii(MSG_DEBUG, "IKEV2: IDr", idr, idr_len); in ikev2_process_idr() 536 os_memcmp(idr, data->IDr, idr_len) != 0) { in ikev2_process_idr() 547 data->IDr = os_memdup(idr, idr_len); in ikev2_process_idr() [all …]
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_shader_integer_functions2.txt | 265 1 04-Sep-2018 idr Initial version. 266 2 19-Sep-2018 idr Add interactions with AMD_gpu_shader_int16. 267 3 22-Jan-2019 idr Add interactions with EXT_shader_explicit_arithmetic_types. 268 4 14-Nov-2019 idr Resolve issue #1 and issue #5. 269 5 25-Nov-2019 idr Fix a bunch of typos noticed by @cmarcelo.
|
D | GLX_INTEL_swap_event.txt | 177 mask value. (idr) 186 place anyway. (idr)
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_integer_mix.txt | 128 6 09/12/2013 idr After discussions in Khronos, change vendor 131 5 09/09/2013 idr Add ARB_ES3_compatibility interaction.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_integer_mix.txt | 128 6 09/12/2013 idr After discussions in Khronos, change vendor 131 5 09/09/2013 idr Add ARB_ES3_compatibility interaction.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/ |
D | IBM_multimode_draw_arrays.txt | 11 Ian Romanick, IBM (idr 'at' us.ibm.com) 192 2003/12/16 idr Added missing const-qualifiers.
|
/third_party/openGLES/extensions/IBM/ |
D | IBM_multimode_draw_arrays.txt | 11 Ian Romanick, IBM (idr 'at' us.ibm.com) 192 2003/12/16 idr Added missing const-qualifiers.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | GLX_INTEL_swap_event.txt | 177 mask value. (idr) 186 place anyway. (idr)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_array_object.txt | 11 Ian Romanick, IBM Corporation (idr 'at' us.ibm.com) 422 1 04/17/2008 idr Initial version based on 425 2 04/18/2008 idr Added sharability issue. 427 3 05/02/2008 idr Added issues #4 and #5. 429 4 05/15/2008 idr Resolved issue #1. VAOs are server state.
|
/third_party/openGLES/extensions/MESAX/ |
D | MESAX_texture_stack.txt | 11 Ian Romanick, IBM (idr 'at' us.ibm.com) 337 ||2005/11/15||0.1||idr||Initial draft version.|| 338 ||2005/12/07||0.2||idr||Added framebuffer object interactions.|| 339 ||2005/12/12||0.3||idr||Updated fragment program interactions.||
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESAX/ |
D | MESAX_texture_stack.txt | 11 Ian Romanick, IBM (idr 'at' us.ibm.com) 337 ||2005/11/15||0.1||idr||Initial draft version.|| 338 ||2005/12/07||0.2||idr||Added framebuffer object interactions.|| 339 ||2005/12/12||0.3||idr||Updated fragment program interactions.||
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_array_object.txt | 11 Ian Romanick, IBM Corporation (idr 'at' us.ibm.com) 432 1 04/17/2008 idr Initial version based on 435 2 04/18/2008 idr Added sharability issue. 437 3 05/02/2008 idr Added issues #4 and #5. 439 4 05/15/2008 idr Resolved issue #1. VAOs are server state.
|
/third_party/boost/boost/polygon/detail/ |
D | polygon_90_touch.hpp | 139 const std::set<int>& idr = itr->second; in begin() local 141 return iterator(itr, pos, itr->first, idr); in begin()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264picture.h | 143 gboolean idr; member
|
D | gsth264decoder.c | 1079 if (current_picture->idr) { in gst_h264_decoder_start_current_picture() 1516 picture->idr = slice->nalu.idr_pic_flag; in gst_h264_decoder_fill_picture_from_slice() 1518 if (picture->idr) in gst_h264_decoder_fill_picture_from_slice() 1584 if (picture->idr) { in gst_h264_decoder_calculate_poc() 1650 if (picture->idr) in gst_h264_decoder_calculate_poc() 1718 if (picture->idr) in gst_h264_decoder_calculate_poc() 1726 if (picture->idr) { in gst_h264_decoder_calculate_poc() 2025 if (picture->idr) { in gst_h264_decoder_reference_picture_marking()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | ikev2_common.h | 302 const u8 *idr; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | ikev2_common.h | 302 const u8 *idr; member
|