Home
last modified time | relevance | path

Searched defs:SampleInfo (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/multimedia/media/media_js_standard/AVRecorderVideoNDK/entry/src/main/cpp/
Dsample_info.h34 struct SampleInfo { struct
35 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 …]
/test/xts/acts/multimedia/media/media_ndk_standard/LowPowerPlayerNDK/entry/src/main/cpp/common/
Dsample_info.h43 struct SampleInfo { struct
44 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 …]