Searched defs:bytewidth (Results 1 – 9 of 9) 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 | 1615 int bytewidth, blockwidth ; in sf_read_raw() local 2099 int bytewidth, blockwidth ; in sf_write_raw() local
|
D | common.h | 488 int bytewidth ; /* Size in bytes of one sample (one channel). */ member
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/psp/ |
D | SDL_render_psp.c | 236 int bytewidth = psp_texture->textureWidth*(psp_texture->bits>>3); in TextureSwizzle() local 283 int bytewidth = psp_texture->textureWidth*(psp_texture->bits>>3); in TextureUnswizzle() local
|