Home
last modified time | relevance | path

Searched refs:target (Results 3301 - 3325 of 4886) sorted by relevance

1...<<131132133134135136137138139140>>...196

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c459 switch(target) { \
534 int dstW, int y, enum AVPixelFormat target, int hasAlpha) in yuv2rgb_full_X_vsx_template()
684 enum AVPixelFormat target, int hasAlpha) in yuv2rgb_full_2_vsx_template()
806 enum AVPixelFormat target, int hasAlpha) in yuv2rgb_2_vsx_template()
981 int uvalpha, int y, enum AVPixelFormat target, in yuv2rgb_full_1_vsx_template()
1110 int uvalpha, int y, enum AVPixelFormat target, in yuv2rgb_1_vsx_template()
1368 uint8_t *dest, const enum AVPixelFormat target) in write422()
1405 switch (target) { in write422()
1433 int y, enum AVPixelFormat target) in yuv2422_X_vsx_template()
1510 write422(vy1, vy2, vu, vv, &dest[i * 4], target); in yuv2422_X_vsx_template()
529 yuv2rgb_full_X_vsx_template(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_full_X_vsx_template() argument
680 yuv2rgb_full_2_vsx_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_full_2_vsx_template() argument
802 yuv2rgb_2_vsx_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_2_vsx_template() argument
978 yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_full_1_vsx_template() argument
1107 yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_1_vsx_template() argument
1366 write422(const vec_s16 vy1, const vec_s16 vy2, const vec_s16 vu, const vec_s16 vv, uint8_t *dest, const enum AVPixelFormat target) write422() argument
1428 yuv2422_X_vsx_template(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int y, enum AVPixelFormat target) yuv2422_X_vsx_template() argument
1536 yuv2422_2_vsx_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target) yuv2422_2_vsx_template() argument
1570 yuv2422_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target) yuv2422_1_vsx_template() argument
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c2157 GLint format, target; in dri2_bind_tex_image() local
2180 target = GL_TEXTURE_2D; in dri2_bind_tex_image()
2183 target = GL_TEXTURE_2D; in dri2_bind_tex_image()
2184 assert(!"Unexpected texture target in dri2_bind_tex_image()"); in dri2_bind_tex_image()
2188 target, format, in dri2_bind_tex_image()
2200 GLint target; in dri2_release_tex_image() local
2211 target = GL_TEXTURE_2D; in dri2_release_tex_image()
2214 assert(!"missing texture target"); in dri2_release_tex_image()
2220 target, dri_drawable); in dri2_release_tex_image()
2227 dri2_create_image(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_create_image() argument
2411 dri2_create_image_khr_texture(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_khr_texture() argument
3165 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_khr() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_collections.py1699 target = r1 & r2
1700 self.assertSameSet(f1 & f2, target)
1701 self.assertSameSet(f1 & r2, target)
1702 self.assertSameSet(r2 & f1, target)
1703 self.assertSameSet(f1 & l2, target)
1705 target = r1 | r2
1706 self.assertSameSet(f1 | f2, target)
1707 self.assertSameSet(f1 | r2, target)
1708 self.assertSameSet(r2 | f1, target)
1709 self.assertSameSet(f1 | l2, target)
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc821 // Input 0 is the call target, the instance is at 1. in StartFunctionBody()
862 // Input 0 is the code target, 1 is the instance. First parameter at 2. in StartFunctionBody()
1283 Control* target = decoder->control_at(depth); in Delegate() local
1293 DCHECK(target->is_incomplete_try()); in Delegate()
1294 if (!target->try_info->catch_reached) { in Delegate()
1295 target->try_info->catch_state.InitMerge( in Delegate()
1297 target->stack_depth + target->num_exceptions); in Delegate()
1298 target->try_info->catch_reached = true; in Delegate()
1300 __ MergeStackWith(target in Delegate()
[all...]
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h73 static std::list<std::string> GetDightStrArr(const std::string &target);
/base/global/i18n_lite/frameworks/i18n/include/
H A Ddata_resource.h117 uint32_t target, char **stringArray, uint32_t stringLength) const;
/base/global/i18n/frameworks/intl/include/
H A Dutils.h39 const std::string& target, const std::string& replace);
/base/msdp/device_status/utils/common/include/
H A Dutility.h58 static bool IsInteger(const std::string &target);
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h254 * @param target Indicates the NotificationContent object.
258 static bool ConvertJsonToContent(NotificationContent *target, const nlohmann::json &jsonObject);
/base/startup/appspawn/test/unittest/
H A Dgencoverage.sh70 hdc target mount
/base/startup/init/test/unittest/tools/
H A Dprepare_testdata.sh60 hdc target mount
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dpage_ability_record.h42 bool IsSamePageAbility(const PageAbilityRecord &target) const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_adapter.h120 void Modify(RSNode& target) const override {}
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.h66 void CopySpanStyle(RefPtr<SpanItem> source, RefPtr<SpanItem> target);
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dfeature_ability_module.h126 static void CopySuccessMessage(const FeatureAbilityDataInfo *origin, FeatureAbilityDataInfo *&target);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp77 "target": 3,
228 "target":8
300 "target":8
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.h49 const BASE_NS::Math::Vec3& target, const BASE_NS::Math::Vec3& up) override;
62 // Reflection plane color target.
64 // Reflection plane depth target.
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_scene_util.h78 /** Update the transformation of the given entity such that it is located at 'eye', rotated towards 'target', and
79 * its up vector is 'up'. The up vector will only match 'up' if the direction from 'eye' to 'target' is
84 * @param target World space position where the entity's z-axis will point to.
88 const BASE_NS::Math::Vec3& target, const BASE_NS::Math::Vec3& up) = 0;
108 /** Creates a new animation for targetEntity which animates the target's joints the same way as animationEntity
111 * @param targetEntity Entity which will be the target of the new animation.
152 * @param sourceEntity Entity whos joints will be applied to target.
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Dio_util.h118 void ReplaceInString(::string& string, const ::string& target, const ::string& replacement);
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.h53 const IComponentManager& target; member in ComponentQuery
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h42 int32_t Mount(const std::string &source, const std::string &target, const char *type,
/foundation/communication/dsoftbus/sdk/bus_center/manager/include/
H A Dclient_bus_center_manager.h30 int32_t JoinLNNInner(const char *pkgName, ConnectionAddr *target, OnJoinLNNResult cb);
/foundation/communication/ipc/ipc/native/src/jni/include/
H A Dohos_rpc_remote_object.h179 jobject Java_ohos_rpc_getJavaRemoteObject(JNIEnv *env, const sptr<IRemoteObject> target);
/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_internal.h87 sptr<IRemoteObject> target; member
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.h89 bool IsMatchedByBundleName(ElementName &src, ElementName &target);

Completed in 24 milliseconds

1...<<131132133134135136137138139140>>...196