OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encp
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/
MP3Extractor.cpp
294
int
encp
= seeker->getEncoderPadding();
local
295
if (encd != 0 ||
encp
!= 0) {
297
mMeta->setInt32(kKeyEncoderPadding,
encp
);
/frameworks/av/include/media/stagefright/
MetaData.h
91
kKeyEncoderPadding = '
encp
', // int32_t (frames)
/external/libvorbis/lib/
block.c
181
static int _vds_shared_init(vorbis_dsp_state *v,vorbis_info *vi,int
encp
){
210
if(
encp
){ /* encode/decode differ here */
Completed in 76 milliseconds