Searched defs:bytewidth (Results 1 – 8 of 8) sorted by relevance
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_io_proc.c | 30 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in ff_proc_from_dnn_to_frame() local 103 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in ff_proc_from_frame_to_dnn() local
|
| /third_party/ffmpeg/libavutil/x86/ |
| D | imgutils_init.c | 35 ptrdiff_t bytewidth, int height) in ff_image_copy_plane_uc_from_x86()
|
| /third_party/ffmpeg/libavutil/ |
| D | imgutils.c | 346 ptrdiff_t bytewidth, int height) in image_copy_plane() 361 ptrdiff_t bytewidth, int height) in av_image_copy_plane_uc_from() 376 int bytewidth, int height) in av_image_copy_plane() 603 ptrdiff_t bytewidth = av_image_get_linesize(pix_fmt, width, 0); in av_image_fill_black() local 680 size_t bytewidth = plane_line_bytes[plane]; in av_image_fill_black() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | screenpresso.c | 94 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 | 222 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
|