• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:pixel_type

65     uint8_t pixel_type;      /**< pixel storage type (see FF_PIXEL_xxx constants) */
76 .pixel_type = FF_PIXEL_PLANAR,
82 .pixel_type = FF_PIXEL_PLANAR,
88 .pixel_type = FF_PIXEL_PLANAR,
94 .pixel_type = FF_PIXEL_PACKED,
100 .pixel_type = FF_PIXEL_PACKED,
106 .pixel_type = FF_PIXEL_PLANAR,
112 .pixel_type = FF_PIXEL_PLANAR,
118 .pixel_type = FF_PIXEL_PLANAR,
124 .pixel_type = FF_PIXEL_PLANAR,
130 .pixel_type = FF_PIXEL_PLANAR,
136 .pixel_type = FF_PIXEL_PLANAR,
142 .pixel_type = FF_PIXEL_PLANAR,
148 .pixel_type = FF_PIXEL_PLANAR,
154 .pixel_type = FF_PIXEL_PLANAR,
163 .pixel_type = FF_PIXEL_PLANAR,
171 .pixel_type = FF_PIXEL_PLANAR,
177 .pixel_type = FF_PIXEL_PLANAR,
183 .pixel_type = FF_PIXEL_PLANAR,
189 .pixel_type = FF_PIXEL_PLANAR,
197 .pixel_type = FF_PIXEL_PACKED,
203 .pixel_type = FF_PIXEL_PACKED,
209 .pixel_type = FF_PIXEL_PACKED,
215 .pixel_type = FF_PIXEL_PACKED,
221 .pixel_type = FF_PIXEL_PACKED,
227 .pixel_type = FF_PIXEL_PACKED,
233 .pixel_type = FF_PIXEL_PACKED,
239 .pixel_type = FF_PIXEL_PACKED,
245 .pixel_type = FF_PIXEL_PACKED,
251 .pixel_type = FF_PIXEL_PACKED,
257 .pixel_type = FF_PIXEL_PACKED,
265 .pixel_type = FF_PIXEL_PLANAR,
271 .pixel_type = FF_PIXEL_PLANAR,
277 .pixel_type = FF_PIXEL_PLANAR,
283 .pixel_type = FF_PIXEL_PLANAR,
289 .pixel_type = FF_PIXEL_PLANAR,
297 .pixel_type = FF_PIXEL_PALETTE,
303 .pixel_type = FF_PIXEL_PACKED,
309 .pixel_type = FF_PIXEL_PACKED,
315 .pixel_type = FF_PIXEL_PACKED,
321 .pixel_type = FF_PIXEL_PACKED,
327 .pixel_type = FF_PIXEL_PACKED,
333 .pixel_type = FF_PIXEL_PACKED,
339 .pixel_type = FF_PIXEL_PACKED,
345 .pixel_type = FF_PIXEL_PACKED,
351 .pixel_type = FF_PIXEL_PACKED,
357 .pixel_type = FF_PIXEL_PACKED,
363 .pixel_type = FF_PIXEL_PACKED,
369 .pixel_type = FF_PIXEL_PACKED,
375 .pixel_type = FF_PIXEL_PACKED,
381 .pixel_type = FF_PIXEL_PACKED,
387 .pixel_type = FF_PIXEL_PLANAR,
393 .pixel_type = FF_PIXEL_PLANAR,
400 .pixel_type = FF_PIXEL_PACKED,
406 .pixel_type = FF_PIXEL_PACKED,
546 if (pf->pixel_type == FF_PIXEL_PALETTE &&
547 (ps->pixel_type != FF_PIXEL_PALETTE && ps->color_type != FF_COLOR_GRAY))
559 switch(pf->pixel_type) {
781 ps->pixel_type == FF_PIXEL_PLANAR;