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()
129 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, in updateParameters() argument
135 if (mSrcFormat == srcFormat in updateParameters()
146 srcChannelMask, dstChannelMask, srcFormat, dstFormat, srcSampleRate, dstSampleRate); in updateParameters()
150 && audio_is_valid_format(srcFormat) && audio_is_linear_pcm(srcFormat) in updateParameters()
158 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.cpp504 int32_t width, height, stride, srcFormat; in onOutputReceived() local
508 !outputFormat->findInt32("color-format", &srcFormat)) { in onOutputReceived()
531 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived()
557 srcFormat, dstFormat()); in onOutputReceived()
711 int32_t srcFormat; in onOutputReceived() local
712 CHECK(outputFormat->findInt32("color-format", &srcFormat)); in onOutputReceived()
714 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived()
766 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.cpp417 getReadFromSrc(OMX_COLOR_FORMATTYPE srcFormat) { in getReadFromSrc() argument
418 switch(srcFormat) { in getReadFromSrc()