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.cpp166 FILE* ofp = nullptr; in handleMessage() local
168 ofp = fopen("out.bin", "ab"); in handleMessage()
170 ofp = fopen("out.bin", "wb"); in handleMessage()
171 if (ofp != nullptr) { in handleMessage()
174 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
175 fclose(ofp); in handleMessage()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp214 FILE* ofp = nullptr; in handleMessage() local
216 ofp = fopen("out.bin", "ab"); in handleMessage()
218 ofp = fopen("out.bin", "wb"); in handleMessage()
219 if (ofp != nullptr) { in handleMessage()
222 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
223 fclose(ofp); in handleMessage()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp217 FILE* ofp = nullptr; in handleMessage() local
219 ofp = fopen("out.bin", "ab"); in handleMessage()
221 ofp = fopen("out.bin", "wb"); in handleMessage()
222 if (ofp != nullptr && in handleMessage()
226 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
227 fclose(ofp); in handleMessage()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp214 FILE* ofp = nullptr; in handleMessage() local
216 ofp = fopen("out.bin", "ab"); in handleMessage()
218 ofp = fopen("out.bin", "wb"); in handleMessage()
219 if (ofp != nullptr) { in handleMessage()
222 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
223 fclose(ofp); in handleMessage()