Searched refs:getFormat (Results 1 - 25 of 175) sorted by path

1234567

/frameworks/av/cmds/stagefright/
H A DSineSource.cpp50 sp<MetaData> SineSource::getFormat() { function in class:android::SineSource
H A DSineSource.h17 virtual sp<MetaData> getFormat();
H A Daudioloop.cpp49 if (source->getFormat()->findInt32(kKeyMaxInputSize, &maxInputSize)) {
H A Drecord.cpp58 virtual sp<MetaData> getFormat() {
198 sp<MetaData> meta = source->getFormat();
H A Drecordvideo.cpp65 virtual sp<MetaData> getFormat() { function in class:DummySource
H A Dsf2.cpp110 sp<AMessage> format = makeFormat(mSource->getFormat());
H A Dstagefright.cpp166 sp<MetaData> meta = source->getFormat();
403 virtual sp<MetaData> getFormat();
428 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
451 sp<MetaData> DetectSyncSource::getFormat() { function in class:DetectSyncSource
452 return mSource->getFormat();
539 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
1048 CHECK(source->getFormat()->findCString(
1119 mediaSource->getFormat(),
/frameworks/av/include/media/stagefright/
H A DAudioSource.h45 virtual sp<MetaData> getFormat();
H A DCameraSource.h101 virtual sp<MetaData> getFormat();
H A DJPEGSource.h33 virtual sp<MetaData> getFormat();
H A DMediaSource.h36 // getFormat().
48 virtual sp<MetaData> getFormat() = 0;
H A DOMXCodec.h79 virtual sp<MetaData> getFormat();
H A DSurfaceMediaSource.h81 virtual sp<MetaData> getFormat();
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp105 sp<MetaData> DummyAudioSource::getFormat() { function in class:android::DummyAudioSource
106 ALOGV("getFormat");
H A DDummyAudioSource.h37 virtual sp<MetaData> getFormat();
H A DDummyVideoSource.cpp105 sp<MetaData> DummyVideoSource::getFormat() { function in class:android::DummyVideoSource
106 ALOGV("getFormat");
H A DDummyVideoSource.h39 virtual sp<MetaData> getFormat();
H A DPreviewPlayer.cpp259 updateSizeToRender(mVideoSource->getFormat());
409 meta = mVideoSource->getFormat();
421 meta = anAudioSource->getFormat();
425 meta = mAudioSource->getFormat();
668 updateSizeToRender(mVideoSource->getFormat());
702 sp<MetaData> meta = mAudioTrack->getFormat();
711 mClient.interface(), mAudioTrack->getFormat(),
722 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
750 mClient.interface(), mVideoTrack->getFormat(),
757 if (mVideoTrack->getFormat()
[all...]
H A DVideoEditorAudioPlayer.cpp482 // of playback, if there is one, getFormat below will retrieve the
499 sp<MetaData> format = mSource->getFormat();
H A DVideoEditorSRC.cpp51 sp<MetaData> format = mSource->getFormat();
107 sp<MetaData> VideoEditorSRC::getFormat() { function in class:android::VideoEditorSRC
108 ALOGV("getFormat");
297 sp<MetaData> format = mSource->getFormat();
H A DVideoEditorSRC.h34 virtual sp<MetaData> getFormat();
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp59 virtual sp<MetaData> getFormat();
176 sp<MetaData> VideoEditorAudioDecoderSource::getFormat() { function in class:android::VideoEditorAudioDecoderSource
178 ALOGV("VideoEditorAudioDecoderSource::getFormat");
565 pDecoderContext->mDecoder->getFormat()->findInt32(kKeyChannelCount,
739 sp<MetaData> meta = pDecoderContext->mDecoder->getFormat();
H A DVideoEditorAudioEncoder.cpp49 virtual sp<MetaData> getFormat();
158 sp<MetaData> VideoEditorAudioEncoderSource::getFormat() { function in class:android::VideoEditorAudioEncoderSource
159 ALOGV("VideoEditorAudioEncoderSource::getFormat");
H A DVideoEditorVideoDecoder.cpp58 virtual sp<MetaData> getFormat();
141 sp<MetaData> VideoEditorVideoDecoderSource::getFormat() { function in class:VideoEditorVideoDecoderSource
1042 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32(
1047 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1049 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight,
1067 pDecShellContext->mVideoDecoder->getFormat().get());
1204 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32(
1209 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1211 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight,
1216 pDecShellContext->mVideoDecoder->getFormat()
[all...]
H A DVideoEditorVideoEncoder.cpp70 virtual sp<MetaData> getFormat();
177 sp<MetaData> VideoEditorVideoEncoderSource::getFormat() { function in class:android::VideoEditorVideoEncoderSource
179 ALOGV("VideoEditorVideoEncoderSource::getFormat");
372 outputBuffer->range_length(), encoder->getFormat().get());

Completed in 1355 milliseconds

1234567