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()
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c112 FILE *ofp; member
514 if (ctx->ofp) { in mpeg2enc_exit()
515 fclose(ctx->ofp); in mpeg2enc_exit()
516 ctx->ofp = NULL; in mpeg2enc_exit()
620 ctx->ofp = fopen(argv[4], "wb"); in parse_args()
622 if (ctx->ofp == NULL) { in parse_args()
1325 w_items = fwrite(coded_mem, slice_data_length, 1, ctx->ofp); in store_coded_buffer()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp212 FILE* ofp = nullptr; in handleMessage() local
214 ofp = fopen("out.bin", "ab"); in handleMessage()
216 ofp = fopen("out.bin", "wb"); in handleMessage()
217 if (ofp != nullptr && in handleMessage()
221 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
222 fclose(ofp); in handleMessage()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp220 FILE* ofp = nullptr; in handleMessage() local
222 ofp = fopen("out.bin", "ab"); in handleMessage()
224 ofp = fopen("out.bin", "wb"); in handleMessage()
225 if (ofp != nullptr) { in handleMessage()
228 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
229 fclose(ofp); in handleMessage()