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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/picture/
H A Dmain.c67 static FLAC__bool test_one_picture(const char *prefix, const PictureFile *pf, const char *res, FLAC__bool fn_only) argument
72 if(fn_only)
102 if(obj->data.picture.type != (fn_only? FLAC__STREAM_METADATA_PICTURE_TYPE_FRONT_COVER : pf->type))
191 if(!test_one_picture(prefix, picturefiles+i, "", /*fn_only=*/true))
196 if(!test_one_picture(prefix, picturefiles+i, "", /*fn_only=*/false))
203 if(!test_one_picture(prefix, picturefiles+0, "320x240x3/2", /*fn_only=*/false))

Completed in 62 milliseconds