Home
last modified time | relevance | path

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

/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/
DStagefrightMetadataRetriever.cpp378 int32_t srcFormat; in extractVideoFrame() local
379 CHECK(outputFormat->findInt32("color-format", &srcFormat)); in extractVideoFrame()
381 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, OMX_COLOR_Format16bitRGB565); in extractVideoFrame()
393 ALOGE("Unable to convert from format 0x%08x to RGB565", srcFormat); in extractVideoFrame()
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp201 sp<MetaData> srcFormat = mSource->getFormat(); in getFormat() local
206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) { in getFormat()
/frameworks/av/services/audioflinger/
DThreads.h1122 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat,
1149 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat,
DThreads.cpp6502 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, in RecordBufferConverter() argument
6522 (void)updateParameters(srcChannelMask, srcFormat, srcSampleRate, in RecordBufferConverter()
6579 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, in updateParameters() argument
6585 if (mSrcFormat == srcFormat in updateParameters()
6596 srcChannelMask, dstChannelMask, srcFormat, dstFormat, srcSampleRate, dstSampleRate); in updateParameters()
6600 && audio_is_valid_format(srcFormat) && audio_is_linear_pcm(srcFormat) in updateParameters()
6608 mSrcFormat = srcFormat; in updateParameters()