OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodeInput
(Results
1 - 2
of
2
) sorted by null
/hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrWbEnc.h
64
int
encodeInput
(uint8_t *buffer, uint32_t length);
C2SoftAmrWbEnc.cpp
175
(void)
encodeInput
(outBuffer, kNumBytesPerInputFrame);
240
int C2SoftAmrWbEnc::
encodeInput
(uint8_t *buffer, uint32_t length) {
335
int numEncBytes =
encodeInput
((wView.data() + outPos), outCapacity - outPos);
Completed in 173 milliseconds