Home
last modified time | relevance | path

Searched refs:srcFormat (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DRecordBufferConverter.cpp41 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, in RecordBufferConverter() argument
61 (void)updateParameters(srcChannelMask, srcFormat, srcSampleRate, in RecordBufferConverter()
124 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, in updateParameters() argument
130 if (mSrcFormat == srcFormat in updateParameters()
141 srcChannelMask, dstChannelMask, srcFormat, dstFormat, srcSampleRate, dstSampleRate); in updateParameters()
145 && audio_is_valid_format(srcFormat) && audio_is_linear_pcm(srcFormat) in updateParameters()
153 mSrcFormat = srcFormat; in updateParameters()
/frameworks/av/include/media/
DRecordBufferConverter.h46 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat,
73 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat,
/frameworks/av/media/libmedia/include/media/
DRecordBufferConverter.h46 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat,
73 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat,
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp522 int32_t srcFormat; in onOutputReceived() local
523 CHECK(outputFormat->findInt32("color-format", &srcFormat)); in onOutputReceived()
525 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived()
540 srcFormat, dstFormat()); in onOutputReceived()
693 int32_t srcFormat; in onOutputReceived() local
694 CHECK(outputFormat->findInt32("color-format", &srcFormat)); in onOutputReceived()
696 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived()
737 srcFormat, dstFormat()); in onOutputReceived()
/frameworks/av/cmds/stagefright/
Dmediafilter.cpp191 sp<AMessage> srcFormat, destFormat; in tryCopyDecodedBuffer() local
192 vidState->mCodec->getOutputFormat(&srcFormat); in tryCopyDecodedBuffer()
198 CHECK(srcFormat->findInt32("stride", &srcStride) in tryCopyDecodedBuffer()
199 && srcFormat->findInt32("slice-height", &srcSliceHeight) in tryCopyDecodedBuffer()
200 && srcFormat->findInt32("width", &srcWidth) in tryCopyDecodedBuffer()
201 && srcFormat->findInt32("height", & srcHeight) in tryCopyDecodedBuffer()
202 && srcFormat->findInt32("color-format", &srcColorFormat)); in tryCopyDecodedBuffer()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp318 getReadFromSrc(OMX_COLOR_FORMATTYPE srcFormat) { in getReadFromSrc() argument
319 switch(srcFormat) { in getReadFromSrc()