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

/frameworks/av/include/media/stagefright/
H A DMetaData.h97 kKeyVideoProfile = 'vprf', // int32_t enumerator in enum:android::__anon42
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp276 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.cpp1402 enc_meta->setInt32(kKeyVideoProfile, mVideoEncoderProfile);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp960 if (!meta->findInt32(kKeyVideoProfile, &profile)) {

Completed in 31 milliseconds