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