Searched refs:pix_fmt (Results 1 - 25 of 622) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimgconvert.h32 int ff_fill_linesize(AVPicture *picture, enum PixelFormat pix_fmt, int width);
35 int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, enum PixelFormat pix_fmt, int height);
38 int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane);
41 int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt);
H A Draw.h33 enum PixelFormat pix_fmt; member in struct:PixelFormatTag
H A Dpnm.c68 avctx->pix_fmt = PIX_FMT_MONOWHITE;
71 avctx->pix_fmt = PIX_FMT_YUV420P;
73 avctx->pix_fmt = PIX_FMT_GRAY8;
75 avctx->pix_fmt = PIX_FMT_RGB24;
112 avctx->pix_fmt = PIX_FMT_MONOWHITE;
114 avctx->pix_fmt = PIX_FMT_GRAY8;
117 avctx->pix_fmt = PIX_FMT_RGB24;
120 avctx->pix_fmt = PIX_FMT_NONE;
124 avctx->pix_fmt = PIX_FMT_RGB32;
140 if (avctx->pix_fmt !
[all...]
H A Drawenc.c37 avctx->bits_per_coded_sample = av_get_bits_per_pixel(&av_pix_fmt_descriptors[avctx->pix_fmt]);
39 avctx->codec_tag = avcodec_pix_fmt_to_codec_tag(avctx->pix_fmt);
46 int ret = avpicture_layout((AVPicture *)data, avctx->pix_fmt, avctx->width,
50 avctx->pix_fmt == PIX_FMT_YUYV422) {
H A Dinternal.h38 enum PixelFormat pix_fmt; member in struct:InternalBuffer
80 * Determine whether pix_fmt is a hardware accelerated format.
82 int ff_is_hwaccel_pix_fmt(enum PixelFormat pix_fmt);
86 * pixel format pix_fmt.
89 * @param pix_fmt the pixel format to match
92 AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-mediabus.h67 static inline void v4l2_fill_pix_format(struct v4l2_pix_format *pix_fmt, argument
70 pix_fmt->width = mbus_fmt->width;
71 pix_fmt->height = mbus_fmt->height;
72 pix_fmt->field = mbus_fmt->field;
73 pix_fmt->colorspace = mbus_fmt->colorspace;
77 const struct v4l2_pix_format *pix_fmt,
80 mbus_fmt->width = pix_fmt->width;
81 mbus_fmt->height = pix_fmt->height;
82 mbus_fmt->field = pix_fmt->field;
83 mbus_fmt->colorspace = pix_fmt
76 v4l2_fill_mbus_format(struct v4l2_mbus_framefmt *mbus_fmt, const struct v4l2_pix_format *pix_fmt, enum v4l2_mbus_pixelcode code) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davpicture.c35 enum AVPixelFormat pix_fmt, int width, int height)
38 ptr, pix_fmt, width, height, 1);
41 int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height, argument
46 pix_fmt, width, height, 1);
49 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height) argument
51 return av_image_get_buffer_size(pix_fmt, width, height, 1);
55 enum AVPixelFormat pix_fmt, int width, int height)
58 width, height, pix_fmt, 1);
73 enum AVPixelFormat pix_fmt, int width, int height)
76 src->linesize, pix_fmt, widt
34 avpicture_fill(AVPicture *picture, const uint8_t *ptr, enum AVPixelFormat pix_fmt, int width, int height) argument
54 avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height) argument
72 av_picture_copy(AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height) argument
[all...]
H A Dpnm.c71 avctx->pix_fmt = AV_PIX_FMT_MONOWHITE;
74 avctx->pix_fmt = AV_PIX_FMT_YUV420P;
76 avctx->pix_fmt = AV_PIX_FMT_GRAY8;
78 avctx->pix_fmt = AV_PIX_FMT_RGB24;
118 avctx->pix_fmt = AV_PIX_FMT_MONOBLACK;
120 avctx->pix_fmt = AV_PIX_FMT_GRAY8;
122 avctx->pix_fmt = AV_PIX_FMT_GRAY16;
126 avctx->pix_fmt = AV_PIX_FMT_GRAY8A;
129 avctx->pix_fmt = AV_PIX_FMT_RGB24;
131 avctx->pix_fmt
[all...]
H A Drawenc.c36 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(avctx->pix_fmt);
43 avctx->codec_tag = avcodec_pix_fmt_to_codec_tag(avctx->pix_fmt);
50 int ret = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
57 if ((ret = avpicture_layout((const AVPicture *)frame, avctx->pix_fmt, avctx->width,
62 avctx->pix_fmt == AV_PIX_FMT_YUYV422) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dlavfi-regression.sh56 for pix_fmt in $pix_fmts; do
57 do_video_filter $pix_fmt "slicify=random,format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt
74 for pix_fmt in $pix_fmts; do
75 do_video_filter $pix_fmt "slicify=random,format=$pix_fmt,pixdesctest" -pix_fmt $pix_fmt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dimgutils.h53 * Compute the size of an image line with format pix_fmt and width
58 int av_image_get_linesize(enum PixelFormat pix_fmt, int width, int plane);
61 * Fill plane linesizes for an image with pixel format pix_fmt and
67 int av_image_fill_linesizes(int linesizes[4], enum PixelFormat pix_fmt, int width);
70 * Fill plane data pointers for an image with pixel format pix_fmt and
80 int av_image_fill_pointers(uint8_t *data[4], enum PixelFormat pix_fmt, int height,
84 * Allocate an image with size w and h and pixel format pix_fmt, and
94 int w, int h, enum PixelFormat pix_fmt, int align);
117 enum PixelFormat pix_fmt, int width, int height);
131 int ff_set_systematic_pal2(uint32_t pal[256], enum PixelFormat pix_fmt);
[all...]
H A Dimgutils.c47 int av_image_get_linesize(enum PixelFormat pix_fmt, int width, int plane) argument
49 const AVPixFmtDescriptor *desc = &av_pix_fmt_descriptors[pix_fmt];
62 int av_image_fill_linesizes(int linesizes[4], enum PixelFormat pix_fmt, int width) argument
65 const AVPixFmtDescriptor *desc = &av_pix_fmt_descriptors[pix_fmt];
71 if ((unsigned)pix_fmt >= PIX_FMT_NB || desc->flags & PIX_FMT_HWACCEL)
93 int av_image_fill_pointers(uint8_t *data[4], enum PixelFormat pix_fmt, int height, argument
98 const AVPixFmtDescriptor *desc = &av_pix_fmt_descriptors[pix_fmt];
103 if ((unsigned)pix_fmt >= PIX_FMT_NB || desc->flags & PIX_FMT_HWACCEL)
136 int ff_set_systematic_pal2(uint32_t pal[256], enum PixelFormat pix_fmt) argument
143 switch (pix_fmt) {
176 av_image_alloc(uint8_t *pointers[4], int linesizes[4], int w, int h, enum PixelFormat pix_fmt, int align) argument
237 av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], const uint8_t *src_data[4], const int src_linesizes[4], enum PixelFormat pix_fmt, int width, int height) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dlavfutils.h34 * @param pix_fmt pointer to the pixel format of the loaded image
40 int *w, int *h, enum AVPixelFormat *pix_fmt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dimgutils.h54 * Compute the size of an image line with format pix_fmt and width
59 int av_image_get_linesize(enum AVPixelFormat pix_fmt, int width, int plane);
62 * Fill plane linesizes for an image with pixel format pix_fmt and
68 int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width);
71 * Fill plane data pointers for an image with pixel format pix_fmt and
81 int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height,
85 * Allocate an image with size w and h and pixel format pix_fmt, and
95 int w, int h, enum AVPixelFormat pix_fmt, int align);
121 enum AVPixelFormat pix_fmt, int width, int height);
142 * @param pix_fmt th
[all...]
H A Dpixdesc.h197 * Return the short name for a pixel format, NULL in case pix_fmt is
202 const char *av_get_pix_fmt_name(enum AVPixelFormat pix_fmt);
206 * number pix_fmt, or a header if pix_fmt is negative.
210 * @param pix_fmt the number of the pixel format to print the
214 char *av_get_pix_fmt_string (char *buf, int buf_size, enum AVPixelFormat pix_fmt);
237 const AVPixFmtDescriptor *av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt);
263 * @param[in] pix_fmt the pixel format
269 int av_pix_fmt_get_chroma_sub_sample(enum AVPixelFormat pix_fmt,
273 * @return number of planes in pix_fmt,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dfourcc2pixfmt.c50 static void print_pix_fmt_fourccs(enum AVPixelFormat pix_fmt, char sep) argument
54 for (i = 0; ff_raw_pix_fmt_tags[i].pix_fmt != AV_PIX_FMT_NONE; i++) {
55 if (ff_raw_pix_fmt_tags[i].pix_fmt == pix_fmt) {
95 for (i = 0; ff_raw_pix_fmt_tags[i].pix_fmt != AV_PIX_FMT_NONE; i++) {
98 printf("%s: %s\n", buf, av_get_pix_fmt_name(ff_raw_pix_fmt_tags[i].pix_fmt));
114 enum AVPixelFormat pix_fmt = av_get_pix_fmt(pix_fmt_name); local
115 if (pix_fmt == AV_PIX_FMT_NONE) {
119 print_pix_fmt_fourccs(pix_fmt, '\n');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Ddfa.mak2 fate-dfa1: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0000.dfa -pix_fmt rgb24
5 fate-dfa2: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0001.dfa -pix_fmt rgb24
8 fate-dfa3: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0002.dfa -pix_fmt rgb24
11 fate-dfa4: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0003.dfa -pix_fmt rgb24
14 fate-dfa5: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0004.dfa -pix_fmt rgb24
17 fate-dfa6: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0005.dfa -pix_fmt rgb24
20 fate-dfa7: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0006.dfa -pix_fmt rgb24
23 fate-dfa8: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0007.dfa -pix_fmt rgb24
26 fate-dfa9: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0008.dfa -pix_fmt rgb24
29 fate-dfa10: CMD = framecrc -i $(TARGET_SAMPLES)/chronomaster-dfa/0009.dfa -pix_fmt rgb2
[all...]
H A Dprores.mak13 fate-prores-422: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple_ProRes_422.mov -pix_fmt yuv422p10le
14 fate-prores-422_hq: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple_ProRes_422_HQ.mov -pix_fmt yuv422p10le
15 fate-prores-422_lt: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov -pix_fmt yuv422p10le
16 fate-prores-422_proxy: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov -pix_fmt yuv422p10le
17 fate-prores-alpha: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuva444p10le
18 fate-prores-alpha_skip: CMD = framecrc -flags +bitexact -skip_alpha 1 -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuv444p10le
19 fate-prores-transparency: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/prores4444_with_transparency.mov -pix_fmt yuva444p10le
20 fate-prores-transparency_skip: CMD = framecrc -flags +bitexact -skip_alpha 1 -i $(TARGET_SAMPLES)/prores/prores4444_with_transparency.mov -pix_fmt yuv444p10le
H A Dbmp.mak2 fate-bmp-1bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test1.bmp -pix_fmt rgb24
5 fate-bmp-4bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test4.bmp -pix_fmt rgb24
8 fate-bmp-4bit-os2: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test4os2v2.bmp -pix_fmt rgb24
11 fate-bmp-8bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test8.bmp -pix_fmt rgb24
14 fate-bmp-8bit-os2: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test8os2.bmp -pix_fmt rgb24
17 fate-bmp-15bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16.bmp -pix_fmt rgb555le
20 fate-bmp-15bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16bf555.bmp -pix_fmt rgb555le
23 fate-bmp-16bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16bf565.bmp -pix_fmt rgb565le
29 fate-bmp-32bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test32.bmp -pix_fmt bgr24
32 fate-bmp-32bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test32bf.bmp -pix_fmt bgr2
[all...]
H A Dutvideo.mak34 fate-utvideoenc_rgba_left: OPTS = -pix_fmt rgba -pred left
37 fate-utvideoenc_rgba_median: OPTS = -pix_fmt rgba -pred median
40 fate-utvideoenc_rgba_none: OPTS = -pix_fmt rgba -pred 3
43 fate-utvideoenc_rgb_left: OPTS = -pix_fmt rgb24 -pred left
46 fate-utvideoenc_rgb_median: OPTS = -pix_fmt rgb24 -pred median
49 fate-utvideoenc_rgb_none: OPTS = -pix_fmt rgb24 -pred 3
52 fate-utvideoenc_yuv420_left: OPTS = -pix_fmt yuv420p -pred left
55 fate-utvideoenc_yuv420_median: OPTS = -pix_fmt yuv420p -pred median
58 fate-utvideoenc_yuv420_none: OPTS = -pix_fmt yuv420p -pred 3
61 fate-utvideoenc_yuv422_left: OPTS = -pix_fmt yuv422
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Ddfa.mak2 fate-dfa1: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0000.dfa -pix_fmt rgb24
5 fate-dfa2: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0001.dfa -pix_fmt rgb24
8 fate-dfa3: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0002.dfa -pix_fmt rgb24
11 fate-dfa4: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0003.dfa -pix_fmt rgb24
14 fate-dfa5: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0004.dfa -pix_fmt rgb24
17 fate-dfa6: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0005.dfa -pix_fmt rgb24
20 fate-dfa7: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0006.dfa -pix_fmt rgb24
23 fate-dfa8: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0007.dfa -pix_fmt rgb24
26 fate-dfa9: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0008.dfa -pix_fmt rgb24
29 fate-dfa10: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0009.dfa -pix_fmt rgb2
[all...]
H A Dprores.mak10 fate-prores-422: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422.mov -pix_fmt yuv422p10le
11 fate-prores-422_hq: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_HQ.mov -pix_fmt yuv422p10le
12 fate-prores-422_lt: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov -pix_fmt yuv422p10le
13 fate-prores-422_proxy: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov -pix_fmt yuv422p10le
14 fate-prores-alpha: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuv444p10le
H A Dvideo.mak2 fate-4xm-1: CMD = framecrc -i $(SAMPLES)/4xm/version1.4xm -pix_fmt rgb24 -an
5 fate-4xm-2: CMD = framecrc -i $(SAMPLES)/4xm/version2.4xm -pix_fmt rgb24 -an
11 fate-aasc: CMD = framecrc -i $(SAMPLES)/aasc/AASC-1.5MB.AVI -pix_fmt rgb24
14 fate-alg-mm: CMD = framecrc -i $(SAMPLES)/alg-mm/ibmlogo.mm -an -pix_fmt rgb24
20 fate-ansi: CMD = framecrc -chars_per_frame 44100 -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24
23 fate-armovie-escape124: CMD = framecrc -i $(SAMPLES)/rpl/ESCAPE.RPL -pix_fmt rgb24
32 fate-bethsoft-vid: CMD = framecrc -i $(SAMPLES)/bethsoft-vid/ANIM0001.VID -vsync 0 -t 5 -pix_fmt rgb24
35 fate-bfi: CMD = framecrc -i $(SAMPLES)/bfi/2287.bfi -pix_fmt rgb24
41 fate-cdgraphics: CMD = framecrc -i $(SAMPLES)/cdgraphics/BrotherJohn.cdg -pix_fmt rgb24 -t 1
50 fate-creatureshock-avs: CMD = framecrc -i $(SAMPLES)/creatureshock-avs/OUTATIME.AVS -pix_fmt rgb2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dyuv4mpegdec.c39 enum AVPixelFormat pix_fmt = AV_PIX_FMT_NONE, alt_pix_fmt = AV_PIX_FMT_NONE; local
74 pix_fmt = AV_PIX_FMT_YUV420P;
77 pix_fmt = AV_PIX_FMT_YUV420P;
80 pix_fmt = AV_PIX_FMT_YUV420P;
83 pix_fmt = AV_PIX_FMT_YUV420P16;
85 pix_fmt = AV_PIX_FMT_YUV422P16;
87 pix_fmt = AV_PIX_FMT_YUV444P16;
89 pix_fmt = AV_PIX_FMT_YUV420P14;
91 pix_fmt = AV_PIX_FMT_YUV422P14;
93 pix_fmt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_format.c45 enum PixelFormat pix_fmt; local
60 pix_fmt = av_get_pix_fmt(pix_fmt_name);
62 if (pix_fmt == PIX_FMT_NONE) {
67 format->listed_pix_fmt_flags[pix_fmt] = 1;
76 enum PixelFormat pix_fmt; local
81 for (pix_fmt = 0; pix_fmt < PIX_FMT_NB; pix_fmt++)
82 if (format->listed_pix_fmt_flags[pix_fmt] == flag)
83 formats->formats[formats->format_count++] = pix_fmt;
[all...]

Completed in 640 milliseconds

1234567891011>>