| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | preauth.h | 40 static inline int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | const_time.h | 161 const_time_select_bin(u8 mask, const u8 *true_val, const u8 *false_val, size_t len, u8 *dst) const_time_select_bin() argument
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | quant_dtype_cast_test.cpp | 37 OHNNOperandTest dst = {OH_NN_INT64, OH_NN_QUANT_DTYPE_CAST_DST_T, {1}, &dstValue, sizeof(int64_t)};
member 57 OHNNOperandTest dst = {OH_NN_INT64, OH_NN_QUANT_DTYPE_CAST_DST_T, {1}, &dstValue, sizeof(int64_t)};
member 77 OHNNOperandTest dst = {OH_NN_INT64, OH_NN_QUANT_DTYPE_CAST_DST_T, {1}, &dstValue, sizeof(int64_t)};
member
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| H A D | NativeDrawingCanvasLargeValueTest.cpp | 154 OH_Drawing_Rect* dst = OH_Drawing_RectCreate(0, 0, 200, 200); in HWTEST_F() local
|
| H A D | NativeDrawingMatrixTest.cpp | 676 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local 698 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}}; in HWTEST_F() local 720 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local 742 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local 829 OH_Drawing_Point2D dst[MAPPOINTS_SIZ in HWTEST_F() local 851 OH_Drawing_Rect* dst = OH_Drawing_RectCreate(0, 0, 0, 0); HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | dpxenc.c | 118 static void encode_gbrp10(AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) in encode_gbrp10() argument 144 static void encode_gbrp12(AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) in encode_gbrp12() argument 92 encode_rgb48_10bit(AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) encode_rgb48_10bit() argument 237 uint8_t *dst = pkt->data + HEADER_SIZE; encode_frame() local [all...] |
| H A D | encode.c | 314 AVFrame *dst = avci->buffer_frame; in encode_send_frame_internal() local
|
| H A D | libkvazaar.c | 211 uint8_t *dst[4] = { in libkvazaar_encode() local
|
| H A D | dxa.c | 54 static int decode_13(AVCodecContext *avctx, DxaDecContext *c, uint8_t* dst, in decode_13() argument
|
| H A D | htmlsubtitles.c | 69 static void handle_open_brace(AVBPrint *dst, const char **inp, int *an, int *closing_brace_missing) in handle_open_brace() argument 129 int ff_htmlmarkup_to_ass(void *log_ctx, AVBPrint *dst, const char *in) in ff_htmlmarkup_to_ass() argument [all...] |
| H A D | hqxdsp.c | 109 static void hqx_idct_put(uint16_t *dst, ptrdiff_t stride, in hqx_idct_put() argument
|
| H A D | libaomdec.c | 80 uint8_t *dst = pic->data[i] + y * pic->linesize[i]; in image_copy_16_to_8() local
|
| H A D | mpc7.c | 125 static inline void idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst) in idx_to_quant() argument
|
| H A D | bgmc.c | 510 void ff_bgmc_decode(GetBitContext *gb, unsigned int num, int32_t *dst, in ff_bgmc_decode() argument
|
| H A D | hapenc.c | 89 static int hap_compress_frame(AVCodecContext *avctx, uint8_t *dst) in hap_compress_frame() argument 159 static void hap_write_frame_header(HapContext *ctx, uint8_t *dst, int frame_length) in hap_write_frame_header() argument
|
| H A D | hapdec.c | 229 uint8_t *dst = ctx->tex_buf + chunk->uncompressed_offset; in decompress_chunks_thread() local
|
| H A D | eatgq.c | 134 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, in tgq_dconly() argument
|
| H A D | eacmv.c | 63 unsigned char *dst = frame->data[0]; in cmv_decode_intra() local 73 static void cmv_motcomp(unsigned char *dst, ptrdiff_t dst_stride, in cmv_motcomp() argument 102 unsigned char *dst = frame->data[0] + (y*4)*frame->linesize[0] + x*4; in cmv_decode_inter() local [all...] |
| H A D | indeo2.c | 54 static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst, in ir2_decode_plane() argument 116 ir2_decode_plane_inter(Ir2Context *ctx, int width, int height, uint8_t *dst, int pitch, const uint8_t *table) ir2_decode_plane_inter() argument [all...] |
| H A D | jacosubdec.c | 37 static int insert_text(AVBPrint *dst, const char *in, const char *arg) in insert_text() argument 43 static int insert_datetime(AVBPrint *dst, const char *in, const char *arg) in insert_datetime() argument 55 static int insert_color(AVBPrint *dst, const char *in, const char *arg) in insert_color() argument 60 static int insert_font(AVBPrint *dst, const char *in, const char *arg) in insert_font() argument 95 static void jacosub_to_ass(AVCodecContext *avctx, AVBPrint *dst, const char *src) in jacosub_to_ass() argument [all...] |
| H A D | mediacodec_sw_buffer.c | 114 uint8_t *dst = frame->data[i]; in ff_mediacodec_sw_buffer_copy_yuv420_planar() local 162 uint8_t *dst = frame->data[i]; in ff_mediacodec_sw_buffer_copy_yuv420_semi_planar() local 210 uint8_t *dst = frame->data[i]; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar() local
|
| H A D | gsmdec_template.c | 31 static void apcm_dequant_add(GetBitContext *gb, int16_t *dst, const int *frame_bits) in apcm_dequant_add() argument 47 static void long_term_synth(int16_t *dst, int lag, int gain_idx) in long_term_synth() argument 83 static void short_term_synth(GSMContext *ctx, int16_t *dst, const int16_t *src) in short_term_synth() argument [all...] |
| H A D | hq_hqadsp.c | 111 static void hq_idct_put(uint8_t *dst, int stride, int16_t *block) in hq_idct_put() argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | iirfilter_mips.c | 71 iir_filter_flt_mips(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const float *src, ptrdiff_t sstep, float *dst, ptrdiff_t dstep) iir_filter_flt_mips() argument
|
| H A D | aacdec_mips.h | 65 static inline float *VMUL2_mips(float *dst, const float *v, unsigned idx, in VMUL2_mips() argument 96 static inline float *VMUL4_mips(float *dst, const float *v, unsigned idx, in VMUL4_mips() argument 138 VMUL2S_mips(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL2S_mips() argument 179 VMUL4S_mips(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL4S_mips() argument [all...] |