OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4PCMC_DecoderSpecificInfo
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h
56
}
M4PCMC_DecoderSpecificInfo
;
103
M4PCMC_DecoderSpecificInfo
m_decoderConfig;/**< Specific configuration for decoder */
/frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c
210
pStreamDesc->decoderSpecificInfoSize = sizeof(
M4PCMC_DecoderSpecificInfo
);
215
(M4OSA_MemAddr32)M4OSA_32bitAlignedMalloc( sizeof(
M4PCMC_DecoderSpecificInfo
), M4WAV_READER,
224
(void *)&c->m_decoderConfig, sizeof(
M4PCMC_DecoderSpecificInfo
));
M4READER_Pcm.c
312
M4PCMC_DecoderSpecificInfo
* pDsi;
359
pDsi = (
M4PCMC_DecoderSpecificInfo
*)(streamDesc.decoderSpecificInfo);
Completed in 755 milliseconds