Searched defs:SampleInfo (Results 1 – 2 of 2) sorted by relevance
34 struct SampleInfo { struct35 int32_t sampleId = 0;36 int32_t inputFd = -1;37 int32_t outFd = -1;38 int64_t inputFileOffset = 0;39 int64_t inputFileSize = 0;40 std::string inputFilePath;41 std::string outputFilePath;42 std::string videoCodecMime = "";43 std::string audioCodecMime = "";[all …]
43 struct SampleInfo { struct44 int32_t inputFd = -1;45 int32_t outputFd = -1;46 int64_t inputFileOffset = 0;47 int64_t inputFileSize = 0;48 std::string inputFilePath;49 std::string videoCodecMime = "";50 std::string audioCodecMime = "";51 int32_t videoWidth = 0;52 int32_t videoHeight = 0;[all …]