Searched refs:ofp (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 166 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()
|
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 214 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/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 217 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()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 214 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()
|