Searched refs:current_res (Results 1 - 2 of 2) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 1619 *current_res, /* Resolutions of current PDL */ in ppdCreateFromIPP2() local 1902 current_res = NULL; in ppdCreateFromIPP2() 2000 if ((current_res = resolutionArrayNew()) != NULL) { in ppdCreateFromIPP2() 2003 cupsArrayAdd(current_res, current_def); in ppdCreateFromIPP2() 2009 cupsArrayAdd(current_res, current_def); in ppdCreateFromIPP2() 2013 if (cupsArrayCount(current_res) > 0 && in ppdCreateFromIPP2() 2014 joinResolutionArrays(&common_res, ¤t_res, &common_def, in ppdCreateFromIPP2() 2031 if ((current_res = ippResolutionListToArray(attr)) != NULL && in ppdCreateFromIPP2() 2032 joinResolutionArrays(&common_res, ¤t_res, &common_def, in ppdCreateFromIPP2() 2051 if ((current_res in ppdCreateFromIPP2() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | alsdec.c | 651 int32_t *current_res; in read_var_block_data() local 839 current_res = bd->raw_samples + start; in read_var_block_data() 850 ff_bgmc_decode(gb, sb_len, current_res, in read_var_block_data() 853 current_res += sb_len; in read_var_block_data() 860 current_res = bd->raw_samples + start; in read_var_block_data() 868 int32_t res = *current_res; in read_var_block_data() 896 *current_res++ = res; in read_var_block_data() 900 current_res = bd->raw_samples + start; in read_var_block_data() 904 *current_res++ = decode_rice(gb, s[sb]); in read_var_block_data()
|
Completed in 9 milliseconds