Searched refs:srcParamsToCopy (Results 1 – 1 of 1) sorted by relevance
41 std::vector<AMediaFormatUtils::EntryCopier> srcParamsToCopy{ in createVideoTrackFormat() local58 srcParamsToCopy.push_back(ENTRY_COPIER(AMEDIAFORMAT_KEY_PROFILE, Int32)); in createVideoTrackFormat()59 srcParamsToCopy.push_back(ENTRY_COPIER(AMEDIAFORMAT_KEY_LEVEL, Int32)); in createVideoTrackFormat()82 AMediaFormatUtils::CopyFormatEntries(srcFormat, trackFormat.get(), srcParamsToCopy); in createVideoTrackFormat()