| /third_party/ffmpeg/libavdevice/ |
| H A D | fbdev_dec.c | 54 int width, height; ///< assumed frame resolution member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | pictordec.c | 35 int width, height; member [all...] |
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native_layer_avgpool.c | 66 int width = operands[input_operand_index].dims[2]; in ff_dnn_execute_layer_avg_pool() local
|
| H A D | dnn_backend_native_layer_depth2space.c | 60 int width = operands[input_operand_index].dims[2]; in ff_dnn_execute_layer_depth2space() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | median_template.c | 52 filter_plane(AVFilterContext *ctx, const uint8_t *ssrc, int src_linesize, uint8_t *ddst, int dst_linesize, int width, int height, int slice_h_start, int slice_h_end, int jobnr) filter_plane() argument [all...] |
| H A D | motion_estimation.h | 48 int width; member
|
| H A D | transform.c | 125 ff_affine_transform(const uint8_t *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, const float *matrix, enum InterpolateMethod interpolate, enum FillMethod fill) ff_affine_transform() argument [all...] |
| H A D | vf_hflip.c | 99 const int width = s->planewidth[plane] / s->bayer_plus1; in filter_slice() local
|
| H A D | vf_scdet.c | 36 ptrdiff_t width[4]; member
|
| H A D | vsrc_sierpinski.c | 94 const int width = frame->width; in draw_triangle_slice() local 119 const int width = frame->width; in draw_carpet_slice() local
|
| H A D | vf_freezedetect.c | 36 ptrdiff_t width[4]; member
|
| H A D | vf_sharpen_npp.c | 71 static int nppsharpen_config(AVFilterContext* ctx, int width, int height) in nppsharpen_config() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | idcin.c | 158 unsigned int width, height; in idcin_read_header() local
|
| H A D | idroqdec.c | 50 int width; member
|
| H A D | img2.h | 52 int width, height; /**< Set by a private option. */ member
|
| H A D | mm.c | 92 unsigned int frame_rate, width, height; in read_header() local
|
| H A D | rawvideodec.c | 33 int width, height; /**< Integers describing video size, set by a private option. */ member
|
| H A D | smush.c | 52 uint32_t width = 0, height = 0, got_audio = 0, read = 0; in smush_read_header() local
|
| H A D | yuv4mpegdec.c | 40 int width = -1, height = -1, raten = 0, in yuv4_read_header() local
|
| H A D | bethsoftvid.c | 45 int width; /**< video width */ member
|
| H A D | avs.c | 36 int width; member
|
| /third_party/curl/src/ |
| H A D | tool_cb_dbg.c | 256 unsigned int width = 0x10; in dump() local
|
| /third_party/curl/tests/http/clients/ |
| H A D | ws-data.c | 50 unsigned int width = 0x10; in dump() local
|
| /third_party/elfutils/libdw/ |
| H A D | dwarf_ranges.c | 44 __libdw_read_begin_end_pair_inc(Dwarf_CU *cu, int sec_index, const unsigned char **addrp, const unsigned char *addrend, int width, Dwarf_Addr *beginp, Dwarf_Addr *endp, Dwarf_Addr *basep) __libdw_read_begin_end_pair_inc() argument [all...] |
| /third_party/ffmpeg/libswscale/ |
| H A D | bayer_template.c | 193 static void BAYER_RENAME(rgb24_copy)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) in rgb24_copy() argument 203 static void BAYER_RENAME(rgb24_interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) in rgb24_interpolate() argument 222 static void BAYER_RENAME(rgb48_copy)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_stride, int width) in rgb48_copy() argument 235 static void BAYER_RENAME(rgb48_interpolate)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_stride, int width) in rgb48_interpolate() argument 256 yv12_copy(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) yv12_copy() argument 271 yv12_interpolate(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) yv12_interpolate() argument [all...] |