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

/frameworks/av/include/media/stagefright/
H A DMetaData.h99 kKeyVideoProfile = 'vprf', // int32_t enumerator in enum:android::__anon58
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp290 enc_meta->setInt32(kKeyVideoProfile, profile);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp177 if (meta->findInt32(kKeyVideoProfile, &int32Data)) {
178 LOG1("displayMetaData kKeyVideoProfile %d", int32Data);
H A DVideoEditorVideoEncoder.cpp646 encoderMetadata->setInt32(kKeyVideoProfile, iProfile);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1431 enc_meta->setInt32(kKeyVideoProfile, mVideoEncoderProfile);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp963 if (!meta->findInt32(kKeyVideoProfile, &profile)) {

Completed in 512 milliseconds