HomeSort by relevance Sort by last modified time
    Searched full:hrd (Results 1 - 8 of 8) sorted by null

  /external/tcpdump/
print-arp.c 88 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd)
180 u_short pro, hrd, op; local
185 hrd = ATMHRD(ap);
198 op, pro, ATMSPLN(ap), ATMTPLN(ap), hrd));
259 u_short pro, hrd, op; local
263 hrd = HRD(ap);
264 if (hrd == ARPHRD_ATM2225) {
280 op, pro, PLN(ap), hrd, HLN(ap)));
329 if (hrd != ARPHRD_ETHER
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
header.cpp 200 void EncodeHRD(AVCEncBitstream* stream, AVCHRDParams* hrd)
204 ue_v(stream, hrd->cpb_cnt_minus1);
205 BitstreamWriteBits(stream, 4, hrd->bit_rate_scale);
206 BitstreamWriteBits(stream, 4, hrd->cpb_size_scale);
207 for (i = 0; i <= (int)hrd->cpb_cnt_minus1; i++)
209 ue_v(stream, hrd->bit_rate_value_minus1[i]);
210 ue_v(stream, hrd->cpb_size_value_minus1[i]);
211 ue_v(stream, hrd->cbr_flag[i]);
213 BitstreamWriteBits(stream, 5, hrd->initial_cpb_removal_delay_length_minus1);
214 BitstreamWriteBits(stream, 5, hrd->cpb_removal_delay_length_minus1)
    [all...]
avcenc_int.h 234 /* note the following 3 params are for HRD, these triplets can be a series
235 of triplets as the generalized HRD allows. SEI message must be generated in this case. */
avcenc_lib.h 161 This function encodes HRD parameters into the sequence parameter set bitstream
163 \param "hrd" "Pointer to AVCHRDParams."
166 void EncodeHRD(AVCEncBitstream* stream, AVCHRDParams* hrd);
    [all...]
  /external/kernel-headers/original/linux/netfilter_arp/
arp_tables.h 84 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
  /external/icu4c/test/cintltst/
cnmdptst.c 820 "GWE", "GWM", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IBP",
    [all...]
  /external/icu4c/i18n/
ucurr.cpp     [all...]
  /external/icu4c/test/testdata/
structLocale.txt 757 HRD{
    [all...]

Completed in 32 milliseconds