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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimgconvert.c65 uint8_t pixel_type; /**< pixel storage type (see FF_PIXEL_xxx constants) */ member in struct:PixFmtInfo
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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davisynth_c_25.h68 { return ((p->pixel_type & AVS_CS_YV12_25) == AVS_CS_YV12_25)||((p->pixel_type & AVS_CS_I420_25) == AVS_CS_I420_25); }
H A Davxsynth_c.h163 int pixel_type; member in struct:AVS_VideoInfo
183 { return !!(p->pixel_type&AVS_CS_BGR); }
186 { return (p->pixel_type&AVS_CS_BGR24)==AVS_CS_BGR24; } // Clear out additional properties
189 { return (p->pixel_type & AVS_CS_BGR32) == AVS_CS_BGR32 ; }
192 { return !!(p->pixel_type&AVS_CS_YUV ); }
195 { return (p->pixel_type & AVS_CS_YUY2) == AVS_CS_YUY2; }
198 { return ((p->pixel_type & AVS_CS_YV12) == AVS_CS_YV12)||((p->pixel_type & AVS_CS_I420) == AVS_CS_I420); }
201 { return ((p->pixel_type & c_space) == c_space); }
204 { return ((p->pixel_type
[all...]
H A Davisynth_c.h207 int pixel_type; member in struct:AVS_VideoInfo
227 { return !!(p->pixel_type&AVS_CS_BGR); }
230 { return (p->pixel_type&AVS_CS_BGR24)==AVS_CS_BGR24; } // Clear out additional properties
233 { return (p->pixel_type & AVS_CS_BGR32) == AVS_CS_BGR32 ; }
236 { return !!(p->pixel_type&AVS_CS_YUV ); }
239 { return (p->pixel_type & AVS_CS_YUY2) == AVS_CS_YUY2; }
242 { return (p->pixel_type & AVS_CS_PLANAR_MASK) == (AVS_CS_YV24 & AVS_CS_PLANAR_FILTER); }
245 { return (p->pixel_type & AVS_CS_PLANAR_MASK) == (AVS_CS_YV16 & AVS_CS_PLANAR_FILTER); }
248 { return (p->pixel_type & AVS_CS_PLANAR_MASK) == (AVS_CS_YV12 & AVS_CS_PLANAR_FILTER); }
251 { return (p->pixel_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexr.c70 enum ExrPixelType pixel_type; member in struct:EXRChannel
90 enum ExrPixelType pixel_type; member in struct:EXRContext
753 int size = channel->pixel_type;
794 switch (channel->pixel_type) {
923 if (s->pixel_type == EXR_FLOAT) {
1113 if (s->pixel_type != EXR_UNKNOWN &&
1114 s->pixel_type != current_pixel_type) {
1119 s->pixel_type = current_pixel_type;
1128 channel->pixel_type = current_pixel_type;
1259 switch (s->pixel_type) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davisynth.c229 switch (avs->vi->pixel_type) {
267 "unknown AviSynth colorspace %d\n", avs->vi->pixel_type);

Completed in 78 milliseconds