Searched refs:_width (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddecklink_enc.cpp85 _ctx(ctx), _avframe(avframe), _width(width),
88 virtual long STDMETHODCALLTYPE GetWidth (void) { return _width; }
90 virtual long STDMETHODCALLTYPE GetRowBytes (void) { return _width<<1; }
106 long _width; member in class:decklink_frame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp.h66 struct SAOParams *sao, int *borders, int _width,
H A Dhevcdsp_template.c399 int *borders, int _width, int _height,
408 int init_x = 0, init_y = 0, width = _width, height = _height;
453 int *borders, int _width, int _height,
462 int init_x = 0, init_y = 0, width = _width, height = _height;
397 sao_edge_filter_0(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) argument
451 sao_edge_filter_1(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/vermilion/
H A Dvermilion.c50 #define VML_TOHW(_val, _width) ((((_val) << (_width)) + 0x7FFF - (_val)) >> 16)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dsysfs.c276 #define PORT_PMA_ATTR(_name, _counter, _width, _offset) \
279 .index = (_offset) | ((_width) << 16) | ((_counter) << 24) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_state.c1809 #define RADEON_COPY_MT(_buf, _data, _width) \
1811 if (DRM_COPY_FROM_USER(_buf, _data, (_width))) {\
1812 DRM_ERROR("EFAULT on pad, %d bytes\n", (_width)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistctrl.tex873 \twocolitem{int m\_width}{For columns only: the column width.}
884 \twocolitem{wxLIST\_MASK\_WIDTH}{The {\bf m\_width} field is valid.}

Completed in 57 milliseconds