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