Home
last modified time | relevance | path

Searched defs:poc (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/dports/net/pwhois/pwhois-2.2.1.0/
H A Dpwhois_thread.h238 struct poc { struct
243 char * pocHandle; argument
251 struct poc_ll * poc; // This is here since an index scan is slower argument
256 struct poc * poc; member
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/config/
H A DPropertyResourceConfigurerTests.java126 PropertyOverrideConfigurer poc; in testPropertyOverrideConfigurerWithNestedProperty() local
146 PropertyOverrideConfigurer poc; in testPropertyOverrideConfigurerWithNestedPropertyAndDotInBeanName() local
167 PropertyOverrideConfigurer poc; in testPropertyOverrideConfigurerWithNestedMapPropertyAndDotInMapKey() local
187 PropertyOverrideConfigurer poc; in testPropertyOverrideConfigurerWithHeldProperties() local
217 PropertyOverrideConfigurer poc = new PropertyOverrideConfigurer(); in testPropertyOverrideConfigurerWithPropertiesFile() local
233 PropertyOverrideConfigurer poc = new PropertyOverrideConfigurer(); in testPropertyOverrideConfigurerWithInvalidPropertiesFile() local
250 PropertyOverrideConfigurer poc = new PropertyOverrideConfigurer(); in testPropertyOverrideConfigurerWithPropertiesXmlFile() local
284 PropertyOverrideConfigurer poc = new PropertyOverrideConfigurer(); in testPropertyOverrideConfigurerWithInvalidKey() local
296 PropertyOverrideConfigurer poc = new PropertyOverrideConfigurer(); in testPropertyOverrideConfigurerWithInvalidKey() local
319 PropertyOverrideConfigurer poc = new PropertyOverrideConfigurer(); in testPropertyOverrideConfigurerWithIgnoreInvalidKeys() local
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_refs.c135 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
361 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc, uint8_t use_msb) in find_ref_idx()
386 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
422 int poc, int ref_flag, uint8_t use_msb) in add_candidate_ref()
470 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps() local
487 int poc = long_rps->poc[i]; in ff_hevc_frame_rps() local
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhevc_refs.c135 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
361 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc) in find_ref_idx()
394 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
430 int poc, int ref_flag) in add_candidate_ref()
478 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps() local
495 int poc = long_rps->poc[i]; in ff_hevc_frame_rps() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhevc_refs.c135 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
361 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc, uint8_t use_msb) in find_ref_idx()
386 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
422 int poc, int ref_flag, uint8_t use_msb) in add_candidate_ref()
470 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps() local
487 int poc = long_rps->poc[i]; in ff_hevc_frame_rps() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhevc_refs.c135 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
361 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc) in find_ref_idx()
394 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
430 int poc, int ref_flag) in add_candidate_ref()
478 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps() local
495 int poc = long_rps->poc[i]; in ff_hevc_frame_rps() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhevc_refs.c135 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
361 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc, uint8_t use_msb) in find_ref_idx()
386 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
422 int poc, int ref_flag, uint8_t use_msb) in add_candidate_ref()
470 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps() local
487 int poc = long_rps->poc[i]; in ff_hevc_frame_rps() local
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/src/
H A Drefcontrol.cpp66 for (mfxI32 poc, i = 0; i < 8 && !(ifs >> poc).fail(); i++) { in Load() local
76 for (mfxI32 poc, i = 0; i < 16 && !(ifs >> poc).fail(); i++) { in Load() local
178 mfxI32 poc = frameOrder - m_lastIDR; in Add() local
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhevc_refs.c118 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
354 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc) in find_ref_idx()
386 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
420 int poc, int ref_flag) in add_candidate_ref()
468 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps() local
485 int poc = long_rps->poc[i]; in ff_hevc_frame_rps() local
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_refs.c123 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
362 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc) in find_ref_idx()
394 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
428 int poc, int ref_flag) in add_candidate_ref()
476 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps() local
493 int poc = long_rps->poc[i]; in ff_hevc_frame_rps() local
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhevc_refs.c118 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
354 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc) in find_ref_idx()
386 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
420 int poc, int ref_flag) in add_candidate_ref()
468 int poc = s->poc + short_rps->delta_poc[i]; in ff_hevc_frame_rps() local
485 int poc = long_rps->poc[i]; in ff_hevc_frame_rps() local
/dports/security/softether/v4.38-9760/src/Cedar/
H A DWinJumpList.cpp209 JL_HRESULT JL_CreateCustomDestinationList(JL_PCustomDestinationList* poc, wchar_t* appID) in JL_CreateCustomDestinationList()
249 JL_HRESULT JL_ReleaseCustomDestinationList(JL_PCustomDestinationList poc) in JL_ReleaseCustomDestinationList()
260 JL_HRESULT JL_BeginList(JL_PCustomDestinationList poc, JL_PObjectArray* oaRemoved) in JL_BeginList()
310 IObjectCollection *poc; in JL_CreateObjectCollection() local
327 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_ReleaseObjectCollection() local
338 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_ObjectCollectionAddShellLink() local
352 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_AddCategoryToList() local
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DWinJumpList.cpp209 JL_HRESULT JL_CreateCustomDestinationList(JL_PCustomDestinationList* poc, wchar_t* appID) in JL_CreateCustomDestinationList()
249 JL_HRESULT JL_ReleaseCustomDestinationList(JL_PCustomDestinationList poc) in JL_ReleaseCustomDestinationList()
260 JL_HRESULT JL_BeginList(JL_PCustomDestinationList poc, JL_PObjectArray* oaRemoved) in JL_BeginList()
310 IObjectCollection *poc; in JL_CreateObjectCollection() local
327 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_ReleaseObjectCollection() local
338 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_ObjectCollectionAddShellLink() local
352 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_AddCategoryToList() local
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DWinJumpList.cpp52 JL_HRESULT JL_CreateCustomDestinationList(JL_PCustomDestinationList* poc, wchar_t* appID) in JL_CreateCustomDestinationList()
70 JL_HRESULT JL_ReleaseCustomDestinationList(JL_PCustomDestinationList poc) in JL_ReleaseCustomDestinationList()
81 JL_HRESULT JL_BeginList(JL_PCustomDestinationList poc, JL_PObjectArray* oaRemoved) in JL_BeginList()
131 IObjectCollection *poc; in JL_CreateObjectCollection() local
148 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_ReleaseObjectCollection() local
159 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_ObjectCollectionAddShellLink() local
173 IObjectCollection *poc = (IObjectCollection *)jpoc; in JL_AddCategoryToList() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ppc/
H A Dpnv_occ.c123 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_realize() local
145 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power9_class_init() local
159 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power8_class_init() local
/dports/www/p5-Dancer2/Dancer2-0.301004/t/lib/
H A Dpoc.pm1 package poc; package
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/
H A Dh265_dpb.cc71 int poc, in GetPicByPocAndMark()
77 int poc, in GetPicByPocMaskedAndMark()
/dports/emulators/qemu42/qemu-4.2.1/hw/ppc/
H A Dpnv_occ.c54 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_set_misc() local
167 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power8_class_init() local
240 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power9_class_init() local
259 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_realize() local
/dports/emulators/qemu60/qemu-6.0.0/hw/ppc/
H A Dpnv_occ.c54 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_set_misc() local
167 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power8_class_init() local
238 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power9_class_init() local
255 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_realize() local
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ppc/
H A Dpnv_occ.c54 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_set_misc() local
167 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power8_class_init() local
240 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power9_class_init() local
259 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_realize() local
/dports/emulators/qemu5/qemu-5.2.0/hw/ppc/
H A Dpnv_occ.c54 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_set_misc() local
167 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power8_class_init() local
238 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power9_class_init() local
255 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_realize() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ppc/
H A Dpnv_occ.c54 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_set_misc() local
167 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power8_class_init() local
238 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power9_class_init() local
255 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_realize() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ppc/
H A Dpnv_occ.c54 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_set_misc() local
167 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power8_class_init() local
238 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power9_class_init() local
255 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_realize() local
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ppc/
H A Dpnv_occ.c54 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_set_misc() local
167 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power8_class_init() local
238 PnvOCCClass *poc = PNV_OCC_CLASS(klass); in pnv_occ_power9_class_init() local
255 PnvOCCClass *poc = PNV_OCC_GET_CLASS(occ); in pnv_occ_realize() local
/dports/security/vuls/vuls-0.13.7/vendor/github.com/hashicorp/hcl/json/parser/test-fixtures/
H A Dbad_input_tf_8110.json3 "poc": { object

12345678910>>...21