HomeSort by relevance Sort by last modified time
    Searched refs:kKeyVideoProfile (Results 1 - 6 of 6) sorted by null

  /frameworks/av/include/media/stagefright/
MetaData.h 97 kKeyVideoProfile = 'vprf', // int32_t
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 276 enc_meta->setInt32(kKeyVideoProfile, profile);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 177 if (meta->findInt32(kKeyVideoProfile, &int32Data)) {
178 LOG1("displayMetaData kKeyVideoProfile %d", int32Data);
VideoEditorVideoEncoder.cpp 646 encoderMetadata->setInt32(kKeyVideoProfile, iProfile);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 960 if (!meta->findInt32(kKeyVideoProfile, &profile)) {
    [all...]

Completed in 367 milliseconds