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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dparseutils.c74 static const VideoSizeAbbr video_size_abbrs[] = { variable
140 int n = FF_ARRAY_ELEMS(video_size_abbrs);
145 if (!strcmp(video_size_abbrs[i].abbr, str)) {
146 width = video_size_abbrs[i].width;
147 height = video_size_abbrs[i].height;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dparseutils.c44 static const VideoSizeAbbr video_size_abbrs[] = { variable
98 int n = FF_ARRAY_ELEMS(video_size_abbrs);
103 if (!strcmp(video_size_abbrs[i].abbr, str)) {
104 width = video_size_abbrs[i].width;
105 height = video_size_abbrs[i].height;

Completed in 161 milliseconds