OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_samples
(Results
1 - 22
of
22
) sorted by null
/external/webrtc/webrtc/base/
ratetracker.cc
76
size_t
total_samples
= ((sample_buckets_[start_bucket] *
local
84
total_samples
+= sample_buckets_[i];
87
return static_cast<double>(
total_samples
* 1000u) /
/system/extras/perfprofd/
perf_data_converter.cc
44
uint64
total_samples
= 0;
local
62
total_samples
++;
92
ret.set_total_samples(
total_samples
);
/external/autotest/client/site_tests/hardware_PerfCounterVerification/
perf_lbr_verification.py
228
total_samples
= total_sampled_branches / BRANCH_BUFFER_LENGTH
230
if not (
total_samples
== total_expected_samples or
231
total_samples
== total_expected_samples - 1): # alignment
234
(
total_samples
,
/external/skia/src/gpu/gl/
GrGLRenderTarget.cpp
201
int
total_samples
= this->msaaSamples();
local
205
total_samples
+= 1;
208
return
total_samples
;
/external/flac/libFLAC/include/private/
lpc.h
227
* IN
total_samples
> 0 # of samples in residual signal
230
FLAC__double FLAC__lpc_compute_expected_bits_per_residual_sample(FLAC__double lpc_error, unsigned
total_samples
);
241
* IN
total_samples
> 0 # of samples in residual signal
246
unsigned FLAC__lpc_compute_best_order(const FLAC__double lpc_error[], unsigned max_order, unsigned
total_samples
, unsigned overhead_bits_per_order);
/external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c
115
WORD32
total_samples
= (4 * nt) + 1;
local
131
for(i = 0; i < (2 *
total_samples
); i++)
409
WORD32
total_samples
= (4 * nt) + 1;
local
431
for(i = 0; i <
total_samples
; i++)
ihevc_intra_pred_filters_neon_intr.c
128
WORD32
total_samples
= (4 * nt) + 1;
local
146
for(i = 0; i <
total_samples
; i++)
[
all
...]
/external/flac/include/FLAC/
metadata.h
[
all
...]
format.h
535
FLAC__uint64
total_samples
;
member in struct:__anon12643
608
*
total_samples
in the stream_info block.
[
all
...]
/external/flac/libFLAC/
lpc.c
[
all
...]
stream_decoder.c
3009
const FLAC__uint64
total_samples
= FLAC__stream_decoder_get_
total_samples
(decoder);
local
[
all
...]
stream_encoder_framing.c
95
if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.stream_info.
total_samples
, FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN))
stream_encoder.c
[
all
...]
/device/google/dragon/audio/hal/
cras_dsp_pipeline.c
144
int64_t
total_samples
;
member in struct:pipeline
811
pipeline->
total_samples
+= samples;
/external/libhevc/common/
ihevc_chroma_intra_pred_filters.c
146
WORD32
total_samples
= (4 * nt) + 1;
local
162
for(i = 0; i < (2 *
total_samples
); i++)
[
all
...]
ihevc_intra_pred_filters.c
212
WORD32
total_samples
= (4 * nt) + 1;
local
234
for(i = 0; i <
total_samples
; i++)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h
457
uint64_t
total_samples
;
member in struct:VP9_COMP
vp9_onyx_if.c
1705
uint32_t
total_samples
= 0;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h
413
uint64_t
total_samples
;
member in struct:VP9_COMP
vp9_encoder.c
2284
uint32_t
total_samples
= 0;
local
2336
uint32_t
total_samples
= 0;
local
[
all
...]
/frameworks/av/media/libstagefright/
FLACExtractor.cpp
100
return mStreamInfo.
total_samples
;
/external/libhevc/common/x86/
ihevc_intra_pred_filters_ssse3_intr.c
144
WORD32
total_samples
= (4 * nt) + 1;
local
166
for(i = 0; i <
total_samples
; i++)
[
all
...]
Completed in 2233 milliseconds