Home
last modified time | relevance | path

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

12

/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/intel/img/libdrm/libdrm/intel/
Dintel_bufmgr_gem.c1224 int total = 0; in drm_intel_gem_bo_get_aperture_space() local
1229 total += bo->size; in drm_intel_gem_bo_get_aperture_space()
1233 total += drm_intel_gem_bo_get_aperture_space(bo_gem->reloc_target_bo[i]); in drm_intel_gem_bo_get_aperture_space()
1235 return total; in drm_intel_gem_bo_get_aperture_space()
1250 unsigned int total = 0; in drm_intel_gem_total_fences() local
1258 total += bo_gem->reloc_tree_fences; in drm_intel_gem_total_fences()
1260 return total; in drm_intel_gem_total_fences()
1290 unsigned int total = 0; in drm_intel_gem_estimate_batch_space() local
1295 total += bo_gem->reloc_tree_size; in drm_intel_gem_estimate_batch_space()
1297 return total; in drm_intel_gem_estimate_batch_space()
[all …]
/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_v_armv6.asm60 ; calculate total sum
91 ; calculate total sum
122 ; calculate total sum
155 ; 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_hv_armv6.asm70 ; calculate total sum
112 ; calculate total sum
154 ; calculate total sum
196 ; calculate total sum
Dvp8_variance8x8_armv6.asm52 ; calculate total sum
78 ; calculate total sum
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h96 uint total; /* Total packets (or bursts) */ member
/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/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
Dvariance_altivec.asm40 vspltisw v8, 0 ;# zero out total to start
41 vspltisw v9, 0 ;# zero out total for dif^2
/hardware/libhardware/include/hardware/
Dhdmi_cec.h377 struct hdmi_port_info* list[], int* total);
/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/ti/omap4xxx/kernel-headers/linux/
Domapfb.h207 __u32 total; member
/hardware/ti/omap4-aah/kernel-headers/linux/
Domapfb.h207 __u32 total; member
/hardware/qcom/display/msm8084/hdmi_cec/
Dqhdmi_cec.cpp323 struct hdmi_port_info* list[], int* total) in cec_get_port_info() argument
327 *total = NUM_HDMI_PORTS; in cec_get_port_info()
/hardware/ti/omap4xxx/original-kernel-headers/linux/
Domapfb.h201 __u32 total; member
/hardware/ti/omap4-aah/original-kernel-headers/linux/
Domapfb.h201 __u32 total; member
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp1604 OMX_U32 total = 0; in Init_Decoder() local
1627 OMX_GetComponentsOfRole(role, &total, 0); in Init_Decoder()
1628 DEBUG_PRINT("\nTotal components of role=%s :%d", role, total); in Init_Decoder()
1630 if(total) in Init_Decoder()
1633 OMX_U8** vidCompNames = (OMX_U8**)malloc((sizeof(OMX_U8*))*total); in Init_Decoder()
1639 for (i = 0; i < total; ++i) { in Init_Decoder()
1646 OMX_GetComponentsOfRole(role, &total, vidCompNames); in Init_Decoder()
1648 for (i = 0; i < total; ++i) { in Init_Decoder()
3910 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest); in getFreePmem()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c551 float total = 0; in vpx_svc_init() local
562 total += alloc_ratio[i]; in vpx_svc_init()
567 if (total > 0) { in vpx_svc_init()
569 (enc_cfg->rc_target_bitrate * alloc_ratio[i] / total); in vpx_svc_init()

12