Home
last modified time | relevance | path

Searched refs:parms (Results 1 – 12 of 12) sorted by relevance

/third_party/alsa-utils/iecset/
Diecset.c106 static void parse_command(int *parms, const char *c, const char *arg) in parse_command() argument
125 parms[cmds[i].idx] = val; in parse_command()
142 static void parse_file(int *parms, FILE *fp) in parse_file() argument
157 parse_command(parms, cmd, arg); in parse_file()
164 static int update_iec958_status(snd_aes_iec958_t *iec958, int *parms) in update_iec958_status() argument
167 if (parms[IDX_PRO] >= 0) { in update_iec958_status()
168 if (parms[IDX_PRO]) in update_iec958_status()
174 if (parms[IDX_NOAUDIO] >= 0) { in update_iec958_status()
175 if (parms[IDX_NOAUDIO]) in update_iec958_status()
181 if (parms[IDX_RATE] >= 0) { in update_iec958_status()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encoder.cc82 reader = new GstMpeg2EncPictureReader (element, caps, &parms); in setup()
96 writer = new GstMpeg2EncStreamWriter (video_encoder, &parms); in setup()
99 quantizer = new Quantizer (parms); in setup()
100 pass1ratectl = new OnTheFlyPass1 (parms); in setup()
101 pass2ratectl = new GstOnTheFlyPass2 (parms, disable_encode_retries); in setup()
103 seqencoder = new SeqEncoder (parms, *reader, *quantizer, in setup()
113 parms.Init (options); in init()
/third_party/libnl/lib/route/
Dneightbl.c465 struct nl_msg *m, *parms = NULL; in rtnl_neightbl_build_change_request() local
495 parms = nlmsg_alloc(); in rtnl_neightbl_build_change_request()
496 if (!parms) in rtnl_neightbl_build_change_request()
500 NLA_PUT_U32(parms, NDTPA_IFINDEX, in rtnl_neightbl_build_change_request()
505 NLA_PUT_U32(parms, NDTPA_QUEUE_LEN, p->ntp_queue_len); in rtnl_neightbl_build_change_request()
508 NLA_PUT_U32(parms, NDTPA_APP_PROBES, p->ntp_app_probes); in rtnl_neightbl_build_change_request()
511 NLA_PUT_U32(parms, NDTPA_UCAST_PROBES, in rtnl_neightbl_build_change_request()
515 NLA_PUT_U32(parms, NDTPA_MCAST_PROBES, in rtnl_neightbl_build_change_request()
519 NLA_PUT_U32(parms, NDTPA_PROXY_QLEN, in rtnl_neightbl_build_change_request()
523 NLA_PUT_U64(parms, NDTPA_BASE_REACHABLE_TIME, in rtnl_neightbl_build_change_request()
[all …]
/third_party/libnl/lib/
Dutils.c934 static void dump_one(struct nl_dump_params *parms, const char *fmt, in dump_one() argument
937 if (parms->dp_fd) in dump_one()
938 vfprintf(parms->dp_fd, fmt, args); in dump_one()
939 else if (parms->dp_buf || parms->dp_cb) { in dump_one()
942 if (parms->dp_cb) in dump_one()
943 parms->dp_cb(parms, buf); in dump_one()
945 strncat(parms->dp_buf, buf, in dump_one()
946 parms->dp_buflen - in dump_one()
947 strlen(parms->dp_buf) - 1); in dump_one()
972 void nl_dump_line(struct nl_dump_params *parms, const char *fmt, ...) in nl_dump_line() argument
[all …]
/third_party/openGLES/extensions/SGI/
DGLU_SGI_filter4_parameters.txt63 const GLfloat *parms, GLint n, GLfloat *weights)
69 the parms parameter may point to a vector of two floats containing B and
76 GLU_LAGRANGIAN_SGI is passed into filtertype and the parms parameter
79 filtertype is GLU_MITCHELL_NETRAVALI_SGI, the parms parameter may point
80 to a vector of two floats containing B and C control values or the parms
153 and parms is not NULL.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DGLU_SGI_filter4_parameters.txt63 const GLfloat *parms, GLint n, GLfloat *weights)
69 the parms parameter may point to a vector of two floats containing B and
76 GLU_LAGRANGIAN_SGI is passed into filtertype and the parms parameter
79 filtertype is GLU_MITCHELL_NETRAVALI_SGI, the parms parameter may point
80 to a vector of two floats containing B and C control values or the parms
153 and parms is not NULL.
/third_party/ffmpeg/libavcodec/
Dsipr.c193 static void decode_parameters(SiprParameters* parms, GetBitContext *pgb, in decode_parameters() argument
199 parms->ma_pred_switch = get_bits(pgb, p->ma_predictor_bits); in decode_parameters()
202 parms->vq_indexes[i] = get_bits(pgb, p->vq_indexes_bits[i]); in decode_parameters()
205 parms->pitch_delay[i] = get_bits(pgb, p->pitch_delay_bits[i]); in decode_parameters()
207 parms->gp_index[i] = get_bits(pgb, p->gp_index_bits); in decode_parameters()
210 parms->fc_indexes[i][j] = get_bits(pgb, p->fc_index_bits[j]); in decode_parameters()
212 parms->gc_index[i] = get_bits(pgb, p->gc_index_bits); in decode_parameters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp383 inline deUint32 getArraySize(const ImageParms& parms) in getArraySize() argument
385 return (parms.imageType != VK_IMAGE_TYPE_3D) ? parms.extent.depth : 1u; in getArraySize()
388 inline VkImageCreateFlags getCreateFlags(const ImageParms& parms) in getCreateFlags() argument
390 if (parms.createFlags == VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM) in getCreateFlags()
391 …return parms.imageType == VK_IMAGE_TYPE_2D && parms.extent.depth % 6 == 0 ? VK_IMAGE_CREATE_CUBE_C… in getCreateFlags()
393 return parms.createFlags; in getCreateFlags()
396 inline VkExtent3D getExtent3D(const ImageParms& parms, deUint32 mipLevel = 0u) in getExtent3D() argument
398 const bool isCompressed = isCompressedFormat(parms.format); in getExtent3D()
399 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D()
400 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D()
[all …]
/third_party/NuttX/include/nuttx/
Dscsi.h732 uint8_t parms[1]; /* 2-n: Mode parameters */ member
740 uint8_t parms[1]; /* 4-n: Mode parameters */ member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.h140 gboolean gst_d3d11_allocation_params_alignment (GstD3D11AllocationParams * parms,
/third_party/openssl/apps/
Dca.c1922 LHASH_OF(CONF_VALUE) *parms = NULL; in certify_spkac()
1939 parms = CONF_load(NULL, infile, &errline); in certify_spkac()
1940 if (parms == NULL) { in certify_spkac()
1946 sk = CONF_get_section(parms, "default"); in certify_spkac()
2039 CONF_free(parms); in certify_spkac()
/third_party/libffi/
DChangeLog.old277 Handle homogenous floating point struct parms.