Searched defs:Create (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp66 static sp<VideoEditorVideoEncoderSource> Create(
106 sp<VideoEditorVideoEncoderSource> VideoEditorVideoEncoderSource::Create( function in class:android::VideoEditorVideoEncoderSource
329 // Create the encoder source
330 encoderSource = VideoEditorVideoEncoderSource::Create(metaData);
337 // Create the OMX codec
340 encoder = OMXCodec::Create(client.interface(), metaData, true,
616 // Create the meta data for the encoder
700 // Create the encoder source
701 pEncoderContext->mEncoderSource = VideoEditorVideoEncoderSource::Create(
710 // Create th
[all...]
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp275 sp<MediaSource> OMXCodec::Create( function in class:android::OMXCodec

Completed in 114 milliseconds

12