Searched refs:dstFormat (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/
H A DRecordBufferConverter.h48 audio_channel_mask_t dstChannelMask, audio_format_t dstFormat,
75 audio_channel_mask_t dstChannelMask, audio_format_t dstFormat,
/frameworks/av/media/libaudioprocessing/
H A DRecordBufferConverter.cpp43 audio_channel_mask_t dstChannelMask, audio_format_t dstFormat,
62 dstChannelMask, dstFormat, dstSampleRate);
126 audio_channel_mask_t dstChannelMask, audio_format_t dstFormat,
133 && mDstFormat == dstFormat
140 " srcFormat:%#x dstFormat:%#x srcRate:%u dstRate:%u",
141 srcChannelMask, dstChannelMask, srcFormat, dstFormat, srcSampleRate, dstSampleRate);
146 && audio_is_valid_format(dstFormat) && audio_is_linear_pcm(dstFormat)
156 mDstFormat = dstFormat;
40 RecordBufferConverter( audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, uint32_t srcSampleRate, audio_channel_mask_t dstChannelMask, audio_format_t dstFormat, uint32_t dstSampleRate) argument
123 updateParameters( audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, uint32_t srcSampleRate, audio_channel_mask_t dstChannelMask, audio_format_t dstFormat, uint32_t dstSampleRate) argument
/frameworks/av/media/libmedia/include/media/
H A DRecordBufferConverter.h48 audio_channel_mask_t dstChannelMask, audio_format_t dstFormat,
75 audio_channel_mask_t dstChannelMask, audio_format_t dstFormat,
/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp119 OMX_COLOR_FORMATTYPE *dstFormat,
124 *dstFormat = OMX_COLOR_Format16bitRGB565;
130 *dstFormat = OMX_COLOR_Format32BitRGBA8888;
136 *dstFormat = OMX_COLOR_Format32bitBGRA8888;
152 OMX_COLOR_FORMATTYPE dstFormat; local
155 (android_pixel_format_t)colorFormat, &dstFormat, &dstBpp)) {
525 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat());
540 srcFormat, dstFormat());
696 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat());
737 srcFormat, dstFormat());
117 getDstColorFormat( android_pixel_format_t colorFormat, OMX_COLOR_FORMATTYPE *dstFormat, int32_t *dstBpp) argument
[all...]
/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h81 OMX_COLOR_FORMATTYPE dstFormat() const { return mDstFormat; } function in struct:android::FrameDecoder
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp343 getWriteToDst(OMX_COLOR_FORMATTYPE dstFormat, uint8_t *kAdjustedClip) {
344 switch (dstFormat) {

Completed in 68 milliseconds