Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp168 FILE* ofp = nullptr; in handleMessage() local
170 ofp = fopen("out.bin", "ab"); in handleMessage()
172 ofp = fopen("out.bin", "wb"); in handleMessage()
173 if (ofp != nullptr) { in handleMessage()
176 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
177 fclose(ofp); in handleMessage()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp219 FILE* ofp = nullptr; in handleMessage() local
221 ofp = fopen("out.bin", "ab"); in handleMessage()
223 ofp = fopen("out.bin", "wb"); in handleMessage()
224 if (ofp != nullptr) { in handleMessage()
227 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
228 fclose(ofp); in handleMessage()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp222 FILE* ofp = nullptr; in handleMessage() local
224 ofp = fopen("out.bin", "ab"); in handleMessage()
226 ofp = fopen("out.bin", "wb"); in handleMessage()
227 if (ofp != nullptr && in handleMessage()
231 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
232 fclose(ofp); in handleMessage()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp221 FILE* ofp = nullptr; in handleMessage() local
223 ofp = fopen("out.bin", "ab"); in handleMessage()
225 ofp = fopen("out.bin", "wb"); in handleMessage()
226 if (ofp != nullptr) { in handleMessage()
229 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
230 fclose(ofp); in handleMessage()