/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 317 TI_OMX_STREAM_INFO *streaminfo = NULL; local 336 streaminfo = malloc(sizeof(TI_OMX_STREAM_INFO)); 657 error = OMX_GetConfig (pHandle, index, streaminfo); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 714 TI_OMX_STREAM_INFO *streaminfo; local 715 OMX_NBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO); 719 ArrayOfPointers[0]=(TI_OMX_STREAM_INFO*)streaminfo; [all...] |
/external/flac/libFLAC/ |
stream_encoder.c | 344 FLAC__StreamMetadata streaminfo; /* scratchpad for STREAMINFO as it is built */ member in struct:FLAC__StreamEncoderPrivate [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 487 TI_OMX_STREAM_INFO *streaminfo=NULL; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
WbAmrEncTest.c | 699 TI_OMX_STREAM_INFO *streaminfo; local 701 OMX_WBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO); 705 ArrayOfPointers[0] = (TI_OMX_STREAM_INFO*)streaminfo; [all...] |
/external/flac/include/FLAC/ |
metadata.h | 72 * Read-only access to the STREAMINFO, VORBIS_COMMENT, CUESHEET, and 134 * STREAMINFO, VORBIS_COMMENT, CUESHEET, and PICTURE blocks, requiring 142 /** Read the STREAMINFO metadata block of the given FLAC file. This function 146 * \param streaminfo A pointer to space for the STREAMINFO block. Since 152 * \code streaminfo != NULL \endcode 154 * \c true if a valid STREAMINFO block was read from \a filename. Returns 156 * or the file contained no STREAMINFO block. (A memory allocation error 159 FLAC_API FLAC__bool FLAC__metadata_get_streaminfo(const char *filename, FLAC__StreamMetadata *streaminfo); 555 * Existing block is a STREAMINFO block and the new block is [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 552 TI_OMX_STREAM_INFO *streaminfo =NULL; local 574 streaminfo = newmalloc(sizeof(TI_OMX_STREAM_INFO)); 575 if(NULL == streaminfo) [all...] |