/third_party/pulseaudio/src/pulsecore/ |
H A D | modargs.h | 101 /* Add all key/value pairs from src that are is not already present in dst, to dst. 103 int pa_modargs_merge_missing(pa_modargs *dst, pa_modargs *src, const char* const valid_keys[]);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | commandlineflag.h | 182 // the dst based on the current flag's value. 183 virtual void Read(void* dst) const = 0;
|
/third_party/skia/experimental/skrive/src/reader/ |
H A D | StreamReader.h | 103 virtual size_t readFloatArray(const char label[], float dst[], size_t count) = 0;
|
/third_party/skia/include/core/ |
H A D | SkDrawLooper.h | 91 void computeFastBounds(const SkPaint& paint, const SkRect& src, SkRect* dst) const;
|
H A D | SkContourMeasure.h | 43 /** Given a start and stop distance, return in dst the intervening segment(s). 46 then return false (and leave dst untouched). 49 bool SK_WARN_UNUSED_RESULT getSegment(SkScalar startD, SkScalar stopD, SkPath* dst,
|
H A D | SkColorFilter.h | 45 * Converts the src color (in src colorspace), into the dst colorspace, 46 * then applies this filter to it, returning the filtered color in the dst colorspace. 91 static sk_sp<SkColorFilter> Lerp(float t, sk_sp<SkColorFilter> dst, sk_sp<SkColorFilter> src);
|
/third_party/skia/include/docs/ |
H A D | SkPDFDocument.h | 173 SK_API void SetNodeId(SkCanvas* dst, int nodeID);
|
/third_party/skia/include/effects/ |
H A D | SkLayerDrawLooper.h | 113 static void ApplyInfo(SkPaint* dst, const SkPaint& src, const LayerInfo&);
|
/third_party/skia/include/utils/ |
H A D | SkCamera.h | 30 void transform(const SkM44&, SkPatch3D* dst = nullptr) const;
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | expand.h | 60 extern int convert_type_ebitmap(ebitmap_t * src, ebitmap_t * dst,
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.hpp | 123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.hpp | 119 void generateSources (glu::ShaderType shaderType, const ShaderSpec& shaderSpec, vk::SourceCollections& dst);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | hs20_supplicant.h | 17 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dpp_hostapd.h | 24 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst,
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluNativeWindow.hpp | 112 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11.hpp | 97 bool getVisualInfo (VisualID visualID, XVisualInfo& dst);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | hs20_supplicant.h | 17 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | rk_list.cpp | 57 void *dst = (void*)(node + 1); in create_list() local 59 if (memcpy_s(dst, size, data, size) != EOK) { in create_list()
|
H A D | vpu_mem_legacy.c | 272 RK_S32 VPUMemDuplicate(VPUMemLinear_t *dst, VPUMemLinear_t *src) in VPUMemDuplicate() argument 278 if (memcpy_s(dst, sizeof(VPUMemLinear_t), src, sizeof(VPUMemLinear_t)) != EOK) { in VPUMemDuplicate()
|
/third_party/ffmpeg/libavcodec/ |
H A D | g723_1.c | 1104 int ff_g723_1_scale_vector(int16_t *dst, const int16_t *vector, int length) in ff_g723_1_scale_vector() argument 1116 dst[i] = (vector[i] * (1 << bits)) >> 3; in ff_g723_1_scale_vector()
|
H A D | libkvazaar.c | 211 uint8_t *dst[4] = { in libkvazaar_encode() local 223 av_image_copy(dst, dst_linesizes, in libkvazaar_encode()
|
H A D | libaomdec.c | 80 uint8_t *dst = pic->data[i] + y * pic->linesize[i]; in image_copy_16_to_8() local 82 *dst++ = *src++; in image_copy_16_to_8()
|
H A D | eatgq.c | 134 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, in tgq_dconly() argument 140 memset(dst + j * dst_stride, level, 8); in tgq_dconly()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blockdetect.c | 65 AVFilterContext *ctx = inlink->dst; in blockdetect_config_input() 199 AVFilterContext *ctx = inlink->dst; in blockdetect_filter_frame()
|
H A D | vf_dnn_processing.c | 86 AVFilterContext *ctx = inlink->dst; in check_modelinput_inlink() 135 AVFilterContext *context = inlink->dst; in config_input()
|