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

  /frameworks/base/include/media/stagefright/
MetaData.h 92 kKeyVideoProfile = 'vprf', // int32_t
  /frameworks/base/cmds/stagefright/
recordvideo.cpp 276 enc_meta->setInt32(kKeyVideoProfile, profile);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp 257 if (meta->findInt32(kKeyVideoProfile, &profile) &&
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 177 if (meta->findInt32(kKeyVideoProfile, &int32Data)) {
178 LOG1("displayMetaData kKeyVideoProfile %d", int32Data);