Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 47) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/src/enc03r/
Denc03r.cxx60 float total = 0.0; in calibrate() local
65 total += (float)val; in calibrate()
69 m_calibrationValue = total / (float)samples; in calibrate()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Drate_hist.c34 int total; member
52 hist->total = 0; in init_rate_histogram()
117 hist->total++; in update_rate_histogram()
189 int buckets, int total, int scale) { in show_histogram() argument
230 pct = (float)(100.0 * bucket[i].count / total); in show_histogram()
250 int total = 0; in show_q_histogram() local
259 total += counts[i]; in show_q_histogram()
265 show_histogram(bucket, buckets, total, scale); in show_q_histogram()
281 show_histogram(hist->bucket, buckets, hist->total, scale); in show_rate_histogram()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp106 long long total, available; in GetUIntLength() local
108 int status = pReader->Length(&total, &available); in GetUIntLength()
110 assert((total < 0) || (available <= total)); in GetUIntLength()
372 long long total, available; in Match() local
374 const long status = pReader->Length(&total, &available); in Match()
376 assert((total < 0) || (available <= total)); in Match()
418 long long total, available; in Match() local
420 long status = pReader->Length(&total, &available); in Match()
422 assert((total < 0) || (available <= total)); in Match()
497 long long total, available; in Parse() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp111 long long total, available; in GetUIntLength() local
113 int status = pReader->Length(&total, &available); in GetUIntLength()
115 assert((total < 0) || (available <= total)); in GetUIntLength()
377 long long total, available; in Match() local
379 const long status = pReader->Length(&total, &available); in Match()
381 assert((total < 0) || (available <= total)); in Match()
425 long long total, available; in Match() local
427 long status = pReader->Length(&total, &available); in Match()
429 assert((total < 0) || (available <= total)); in Match()
506 long long total, available; in Parse() local
[all …]
Dmkvreader.cpp80 int MkvReader::Length(long long* total, long long* available) in Length() argument
85 if (total) in Length()
86 *total = m_length; in Length()
Dmkvreader.hpp30 virtual int Length(long long* total, long long* available);
/hardware/libhardware/modules/thermal/
Dthermal.c89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
124 total = active + idle; in get_cpu_usages()
148 .total = total, in get_cpu_usages()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Deboled.js81 var total = Math.random()*100;
82 for(var stars=0; stars<total; stars++ )
/hardware/libhardware/include/hardware/
Dthermal.h125 uint64_t total; member
Dhdmi_cec.h386 struct hdmi_port_info* list[], int* total);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dvp8_variance16x16_armv6.asm54 ; calculate total sum
78 ; calculate total sum
102 ; calculate total sum
128 ; calculate total sum
Dvp8_variance_halfpixvar16x16_h_armv6.asm59 ; calculate total sum
90 ; calculate total sum
121 ; calculate total sum
154 ; calculate total sum
Dvp8_variance_halfpixvar16x16_v_armv6.asm60 ; calculate total sum
91 ; calculate total sum
122 ; calculate total sum
155 ; calculate total sum
Dvp8_variance8x8_armv6.asm52 ; calculate total sum
78 ; calculate total sum
Dvp8_variance_halfpixvar16x16_hv_armv6.asm70 ; calculate total sum
112 ; calculate total sum
154 ; calculate total sum
196 ; calculate total sum
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h96 uint total; /* Total packets (or bursts) */ member
/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.h71 #define JPEG_CODED_BUF_SEGMENT_SIZE(total, width, height, core, eFormat) \ argument
72 (((total) - PNW_JPEG_HEADER_MAX_SIZE) / \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsad_altivec.asm36 vspltisw v8, 0 ;# zero out total to start
261 vspltisw v8, 0 ;# zero out total to start
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c124 uint total; in pkttotlen() local
127 total = 0; in pkttotlen()
130 total += len; in pkttotlen()
133 return (total); in pkttotlen()
192 uint total = pkttotlen(osh, p); in pktdataoffset() local
196 if (offset > total) in pktdataoffset()
214 uint total = pkttotlen(osh, p); in pktoffset() local
217 if (offset > total) in pktoffset()
/hardware/ti/omap4-aah/kernel-headers/linux/
Domapfb.h207 __u32 total; member
/hardware/ti/omap4xxx/kernel-headers/linux/
Domapfb.h207 __u32 total; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1253 uint64_t track_number, length, frame_sizes[256], cluster_tc, flags, frames, tc_scale, total; in ne_read_block() local
1334 total = consumed; in ne_read_block()
1336 total += frame_sizes[i]; in ne_read_block()
1337 if (total > block_size) in ne_read_block()
2042 uint64_t sizes[3], total; in nestegg_track_codec_data() local
2068 total = 0; in nestegg_track_codec_data()
2071 total += sizes[i]; in nestegg_track_codec_data()
2074 sizes[i] = codec_private.length - total - (p - codec_private.data); in nestegg_track_codec_data()
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/test/
Domx_qcelp13_enc_test.c715 OMX_U32 total = 0; in Init_Encoder() local
737 OMX_GetComponentsOfRole(role, &total, 0); in Init_Encoder()
738 DEBUG_PRINT ("\nTotal components of role=%s :%u", role, total); in Init_Encoder()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
Domx_amr_enc_test.c670 OMX_U32 total = 0; in Init_Encoder() local
692 OMX_GetComponentsOfRole(role, &total, 0); in Init_Encoder()
693 DEBUG_PRINT ("\nTotal components of role=%s :%u", role, total); in Init_Encoder()
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/test/
Domx_evrc_enc_test.c713 OMX_U32 total = 0; in Init_Encoder() local
735 OMX_GetComponentsOfRole(role, &total, 0); in Init_Encoder()
736 DEBUG_PRINT ("\nTotal components of role=%s :%u", role, total); in Init_Encoder()

12