Searched refs:samplecount (Results 1 – 1 of 1) sorted by relevance
3674 tsize_t t2p_sample_abgr_to_rgb(tdata_t data, uint32 samplecount) in t2p_sample_abgr_to_rgb() argument3679 for(i=0;i<samplecount;i++){ in t2p_sample_abgr_to_rgb()3695 t2p_sample_rgbaa_to_rgb(tdata_t data, uint32 samplecount) in t2p_sample_rgbaa_to_rgb() argument3702 for(i = 0; i < 3 && i < samplecount; i++) in t2p_sample_rgbaa_to_rgb()3704 for(; i < samplecount; i++) in t2p_sample_rgbaa_to_rgb()3716 t2p_sample_rgba_to_rgb(tdata_t data, uint32 samplecount) in t2p_sample_rgba_to_rgb() argument3722 for (i = 0; i < samplecount; i++) { in t2p_sample_rgba_to_rgb()3738 tsize_t t2p_sample_lab_signed_to_unsigned(tdata_t buffer, uint32 samplecount){ in t2p_sample_lab_signed_to_unsigned() argument3742 for(i=0;i<samplecount;i++){ in t2p_sample_lab_signed_to_unsigned()3757 return(samplecount*3); in t2p_sample_lab_signed_to_unsigned()