Home
last modified time | relevance | path

Searched refs:getSource (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Dmediaavsourcendk.cpp77 OH_AVSource *getSource = nullptr; in AVSourceDestroy() local
91 getSource = OH_AVSource_CreateWithFD(fd, PARAM_0, fileSize); in AVSourceDestroy()
92 if (getSource != nullptr) { in AVSourceDestroy()
93 checkParam = OH_AVSource_Destroy(getSource); in AVSourceDestroy()
106 OH_AVSource *getSource = nullptr; in AVSourceGetSourceFormat() local
119 getSource = OH_AVSource_CreateWithFD(fd, PARAM_0, fileSize); in AVSourceGetSourceFormat()
120 if (getSource != nullptr) { in AVSourceGetSourceFormat()
121 checkParam = OH_AVSource_GetSourceFormat(getSource); in AVSourceGetSourceFormat()
126 OH_AVSource_Destroy(getSource); in AVSourceGetSourceFormat()
136 OH_AVSource *getSource in AVSourceGetTrackFormat() local
[all...]

Completed in 1 milliseconds