Searched defs:bytewidth (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_io_proc.c | 29 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in ff_proc_from_dnn_to_frame() local 99 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in proc_from_frame_to_dnn_frameprocessing() local
|
/third_party/ffmpeg/libavutil/x86/ |
D | imgutils_init.c | 36 ptrdiff_t bytewidth, int height) in ff_image_copy_plane_uc_from_x86()
|
/third_party/ffmpeg/libavutil/ |
D | imgutils.c | 345 ptrdiff_t bytewidth, int height) in image_copy_plane() 360 ptrdiff_t bytewidth, int height) in image_copy_plane_uc_from() 375 int bytewidth, int height) in av_image_copy_plane() 607 ptrdiff_t bytewidth = av_image_get_linesize(pix_fmt, width, 0); in av_image_fill_black() local 684 size_t bytewidth = plane_line_bytes[plane]; in av_image_fill_black() local
|
/third_party/ffmpeg/libavcodec/ |
D | screenpresso.c | 93 int bytewidth, int height) in sum_delta_flipped()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_noise.h | 51 int bytewidth[4]; member
|
D | vf_dnn_processing.c | 227 int bytewidth = av_image_get_linesize(in->format, in->width, i); in copy_uv_planes() local
|
/third_party/libsnd/src/ |
D | sndfile.c | 1703 int bytewidth, blockwidth ; in sf_read_raw() local 2187 int bytewidth, blockwidth ; in sf_write_raw() local
|
D | common.h | 439 int bytewidth ; /* Size in bytes of one sample (one channel). */ member
|