Searched refs:pwidth (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Downerdrw.cpp95 bool wxOwnerDrawn::OnMeasureItem(size_t *pwidth, size_t *pheight) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_linear.c81 int sign, width, pwidth, endian; local
91 pwidth = snd_pcm_format_physical_width(src_format);
93 if (pwidth == 24) {
117 int sign, width, pwidth, endian; local
127 pwidth = snd_pcm_format_physical_width(dst_format);
129 if (pwidth == 24) {
148 int sign, width, pwidth, endian; local
158 pwidth = snd_pcm_format_physical_width(dst_format);
160 if (pwidth == 24) {
H A Dpcm_misc.c649 * \param pwidth Physical bit width of the format
654 snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian) argument
656 if (pwidth == 24) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Downerdrw.cpp196 bool wxOwnerDrawn::OnMeasureItem(size_t *pwidth, size_t *pheight) argument
215 dc.GetTextExtent(str, (long *)pwidth, (long *)pheight);
219 *pwidth += GetMarginWidth() + 16;
223 *pwidth =
245 *pwidth += widthBmp;
250 *pwidth += 4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Downerdrw.h137 virtual bool OnMeasureItem(size_t *pwidth, size_t *pheight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_kostya.c515 int num_cblocks, pwidth, linesize, line_add; local
543 pwidth = avctx->width;
548 pwidth = avctx->width >> 1;
557 pwidth, avctx->height / ctx->pictures_per_frame,
566 pwidth, avctx->height / ctx->pictures_per_frame,
757 int num_cblocks[MAX_PLANES], pwidth; local
783 pwidth = avctx->width;
788 pwidth = avctx->width >> 1;
797 pwidth, avctx->height / ctx->pictures_per_frame,
802 pwidth, avct
[all...]
H A Dflashsv2enc.c741 int pwidth = ((int) width); local
742 return FFCLIP(pwidth & ~15, 256, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwxchar.cpp656 char *pwidth = strchr(m_szFlags, '*'); local
657 wxCHECK_RET(pwidth, _T("field width must be specified"));
660 strcpy(temp, pwidth+1);
663 pwidth[0] = wxT('-');
664 pwidth++;
669 int maxlen = (m_szFlags + wxMAX_SVNPRINTF_FLAGBUFFER_LEN - pwidth) /
672 int offset = system_sprintf(pwidth, maxlen, "%d", abs(width));
675 strcpy(pwidth+offset, temp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h942 snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian);

Completed in 190 milliseconds