Searched refs:total (Results 1 - 25 of 42) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/src/enc03r/
H A Denc03r.cxx60 float total = 0.0; local
65 total += (float)val;
69 m_calibrationValue = total / (float)samples;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvreader.hpp30 virtual int Length(long long* total, long long* available);
H A Dmkvreader.cpp80 int MkvReader::Length(long long* total, long long* available) argument
85 if (total)
86 *total = m_length;
H A Dmkvparser.cpp40 // long long total, available;
41 // status = pReader->Length(&total, &available);
43 // assert((total < 0) || (available <= total));
111 long long total, available; local
113 int status = pReader->Length(&total, &available);
115 assert((total < 0) || (available <= total));
377 long long total, available; local
379 const long status = pReader->Length(&total,
425 long long total, available; local
506 long long total, available; local
748 long long total, available; local
872 long long total, available; local
1093 long long total, avail; local
2092 long long total, avail; local
3244 long long total, avail; local
3521 long long total, avail; local
3636 long long total, avail; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.c34 int total; member in struct:rate_hist
52 hist->total = 0;
117 hist->total++;
189 int buckets, int total, int scale) {
230 pct = (float)(100.0 * bucket[i].count / total);
250 int total = 0; local
259 total += counts[i];
265 show_histogram(bucket, buckets, total, scale);
281 show_histogram(hist->bucket, buckets, hist->total, scale);
188 show_histogram(const struct hist_bucket *bucket, int buckets, int total, int scale) argument
/hardware/libhardware/include/hardware/
H A Dthermal.h125 uint64_t total; member in struct:__anon1872
163 * active and total times in ms since first boot.
H A Dhdmi_cec.h382 * info is the list of HDMI port information, and 'total' is the number of
386 struct hdmi_port_info* list[], int* total);
/hardware/libhardware/modules/thermal/
H A Dthermal.c89 uint64_t user, nice, system, idle, active, total; local
124 total = active + idle;
148 .total = total,
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Deboled.js81 var total = Math.random()*100;
82 for(var stars=0; stars<total; stars++ )
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp35 // long long total, available;
36 // status = pReader->Length(&total, &available);
38 // assert((total < 0) || (available <= total));
106 long long total, available; local
108 int status = pReader->Length(&total, &available);
110 assert((total < 0) || (available <= total));
372 long long total, available; local
374 const long status = pReader->Length(&total,
418 long long total, available; local
497 long long total, available; local
737 long long total, available; local
862 long long total, available; local
1063 long long total, avail; local
2062 long long total, avail; local
3221 long long total, avail; local
3503 long long total, avail; local
3618 long long total, avail; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h96 uint total; /* Total packets (or bursts) */ member in struct:dhd_pktgen
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance16x16_armv6.asm54 ; calculate total sum
78 ; calculate total sum
102 ; calculate total sum
128 ; calculate total sum
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm59 ; calculate total sum
90 ; calculate total sum
121 ; calculate total sum
154 ; calculate total sum
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm60 ; calculate total sum
91 ; calculate total sum
122 ; calculate total sum
155 ; calculate total sum
H A Dvp8_variance8x8_armv6.asm52 ; calculate total sum
78 ; calculate total sum
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm70 ; calculate total sum
112 ; calculate total sum
154 ; calculate total sum
196 ; calculate total sum
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dsad_altivec.asm36 vspltisw v8, 0 ;# zero out total to start
261 vspltisw v8, 0 ;# zero out total to start
H A Dvariance_altivec.asm40 vspltisw v8, 0 ;# zero out total to start
41 vspltisw v9, 0 ;# zero out total for dif^2
/hardware/ti/omap4-aah/kernel-headers/linux/
H A Domapfb.h207 __u32 total; member in struct:omapfb_vram_info
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h207 __u32 total; member in struct:omapfb_vram_info
/hardware/intel/img/psb_video/src/
H A Dpnw_hostjpeg.h71 #define JPEG_CODED_BUF_SEGMENT_SIZE(total, width, height, core, eFormat) \
72 (((total) - PNW_JPEG_HEADER_MAX_SIZE) / \
136 * where a scan encode should begin (calculated from the total count of MCUs)
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
H A Domx_amr_enc_test.c670 OMX_U32 total = 0; local
692 OMX_GetComponentsOfRole(role, &total, 0);
693 DEBUG_PRINT ("\nTotal components of role=%s :%u", role, total);
/hardware/qcom/display/msm8996/hdmi_cec/
H A Dqhdmi_cec.cpp342 struct hdmi_port_info* list[], int* total)
346 *total = NUM_HDMI_PORTS;
341 cec_get_port_info(const struct hdmi_cec_device* dev, struct hdmi_port_info* list[], int* total) argument
/hardware/ti/omap4-aah/original-kernel-headers/linux/
H A Domapfb.h201 __u32 total; member in struct:omapfb_vram_info
/hardware/ti/omap4xxx/original-kernel-headers/linux/
H A Domapfb.h201 __u32 total; member in struct:omapfb_vram_info

Completed in 808 milliseconds

12