OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sampling_frequency
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h
125
int32
sampling_frequency
;
member in struct:__anon29040
/frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp
327
unsigned
sampling_frequency
= (sampleRate == 44100) ? 1 : 2;
local
329
data[2] = (
sampling_frequency
<< 5)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c
221
struct ebml_type
sampling_frequency
;
member in struct:audio
403
E_FIELD(ID_SAMPLING_FREQUENCY, TYPE_FLOAT, struct audio,
sampling_frequency
),
[
all
...]
Completed in 518 milliseconds