Home
last modified time | relevance | path

Searched refs:TrackSelectionCallback (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
H A DMediaTranscoderBenchmark.cpp104 using TrackSelectionCallback = std::function<bool(const char* mime, AMediaFormat** dstFormat)>; typedef
108 TrackSelectionCallback trackSelectionCallback) { in TranscodeMediaFile()