/third_party/ffmpeg/libavcodec/ |
H A D | imm4.c | 361 int width, height; in decode_frame() local [all...] |
H A D | metasound.c | 42 static void add_peak(float period, int width, const float *shape, in add_peak() argument 71 int width; in decode_ppc() local [all...] |
H A D | h261enc.c | 51 int ff_h261_get_picture_format(int width, int height) in ff_h261_get_picture_format() argument
|
H A D | hq_hqa.c | 249 int width, height, quant; in hqa_decode_frame() local
|
H A D | hnm4video.c | 41 int width; member 122 int width = hnm->width; in postprocess_current_frame() local [all...] |
H A D | ljpegenc.c | 69 const int width = frame->width; in ljpeg_encode_bgr() local 219 const int width = avctx->width; in ljpeg_encode_frame() local [all...] |
H A D | loco.c | 131 static int loco_decode_plane(LOCOContext *l, uint8_t *data, int width, int height, in loco_decode_plane() argument 183 static void rotate_faulty_loco(uint8_t *data, int width, int height, int stride) in rotate_faulty_loco() argument [all...] |
H A D | psd.c | 59 int width; member [all...] |
H A D | vc1.c | 53 static void decode_rowskip(uint8_t* plane, int width, int height, int stride, in decode_rowskip() argument 75 static void decode_colskip(uint8_t* plane, int width, int height, int stride, in decode_colskip() argument 104 int width, height, stride; in bitplane_decoding() local [all...] |
H A D | vb.c | 98 const int width = c->avctx->width; in vb_decode_framedata() local [all...] |
H A D | v4l2_context.c | 111 static inline int v4l2_get_framesize_compressed(V4L2Context* ctx, int width, int height) in v4l2_get_framesize_compressed() argument [all...] |
H A D | vc1_mc.c | 515 int width = s->avctx->coded_width; in ff_vc1_mc_4mv_luma() local
|
H A D | nuv.c | 41 int width, height; member 77 static void copy_frame(AVFrame *f, const uint8_t *src, int width, int height) in copy_frame() argument 118 static int codec_reinit(AVCodecContext *avctx, int width, int height, in codec_reinit() argument [all...] |
H A D | pafvideo.c | 54 int width; member 115 static void read4x4block(PAFVideoDecContext *c, uint8_t *dst, int width) in read4x4block() argument 125 copy_color_mask(uint8_t *dst, int width, uint8_t mask, uint8_t color) copy_color_mask() argument 137 copy_src_mask(uint8_t *dst, int width, uint8_t mask, const uint8_t *src) copy_src_mask() argument [all...] |
H A D | photocd.c | 63 uint16_t width, height; member 75 interp_lowres(PhotoCDContext *s, AVFrame *picture, int width, int height) interp_lowres() argument 143 interp_lines(uint8_t *ptr, int linesize, int width, int height) interp_lines() argument 172 interp_pixels(uint8_t *ptr, int linesize, int width, int height) interp_pixels() argument [all...] |
H A D | smc.c | 85 int width = s->avctx->width; in smc_decode_stream() local [all...] |
/third_party/ffmpeg/doc/examples/ |
H A D | muxing.c | 386 static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height) in alloc_picture() argument 454 fill_yuv_image(AVFrame *pict, int frame_index, int width, int height) fill_yuv_image() argument [all...] |
H A D | demuxing_decoding.c | 40 static int width, height; variable [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_displace.c | 40 int width[4], height[4]; member
|
H A D | vf_edgedetect.c | 56 int width, height; member 182 const int width = plane->width; in filter_frame() local [all...] |
H A D | vf_chromashift.c | 46 int width[4]; member
|
H A D | vf_epx.c | 53 const int width = in->width; in epx2_slice() local 120 const int width = in->width; in epx3_slice() local [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | avdevice.h | 118 int width; /**< width */ member
|
H A D | bktr.c | 58 int width, height; member 98 static av_cold int bktr_init(const char *video_device, int width, int height, in bktr_init() argument
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_pad.c | 90 int width = operands[input_operand_index].dims[2]; in ff_dnn_execute_layer_pad() local
|