Searched refs:meta_out (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dcryptocop.c609 static int create_output_descriptors(struct cryptocop_operation *operation, int *iniov_ix, int *iniov_offset, size_t desc_len, struct cryptocop_dma_desc **current_out_cdesc, struct strcop_meta_out *meta_out, int alloc_flag) argument
640 cdesc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, (*meta_out));
984 struct strcop_meta_out meta_out = {0}; local
1152 meta_out.ciphsel = src_none;
1154 meta_out.ciphsel = cipher_ctx.current_src;
1156 meta_out.ciphconf = cipher_ctx.ciph_conf;
1157 meta_out.cbcmode = cipher_ctx.cbcmode;
1158 meta_out.decrypt = cipher_ctx.decrypt;
1159 DEBUG(printk("set ciphsel=%d ciphconf=%d cbcmode=%d decrypt=%d\n", meta_out.ciphsel, meta_out
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c418 AVDictionary **meta_out = NULL; local
474 SET_DICT(type_out, meta_out, oc, idx_out);
494 meta_out = &oc->streams[i]->metadata;
495 av_dict_copy(meta_out, *meta_in, AV_DICT_DONT_OVERWRITE);
500 av_dict_copy(meta_out, *meta_in, AV_DICT_DONT_OVERWRITE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c3070 AVDictionary **meta_out; local
3111 SET_DICT(type_out, meta_out, oc, idx_out);
3131 meta_out = &oc->streams[i]->metadata;
3132 av_dict_copy(meta_out, *meta_in, AV_DICT_DONT_OVERWRITE);
3137 av_dict_copy(meta_out, *meta_in, AV_DICT_DONT_OVERWRITE);

Completed in 115 milliseconds