Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.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()
230 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
231 fclose(ofp); in handleMessage()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp264 FILE* ofp = nullptr; in handleMessage() local
266 ofp = fopen("out.bin", "ab"); in handleMessage()
268 ofp = fopen("out.bin", "wb"); in handleMessage()
269 if (ofp != nullptr) { in handleMessage()
272 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
273 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()
Dmpeg2vaenc.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()
1341 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.cpp270 FILE* ofp = nullptr; in handleMessage() local
272 ofp = fopen("out.bin", "ab"); in handleMessage()
274 ofp = fopen("out.bin", "wb"); in handleMessage()
275 if (ofp != nullptr && in handleMessage()
279 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
280 fclose(ofp); in handleMessage()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp279 FILE* ofp = nullptr; in handleMessage() local
281 ofp = fopen("out.bin", "ab"); in handleMessage()
283 ofp = fopen("out.bin", "wb"); in handleMessage()
284 if (ofp != nullptr) { in handleMessage()
287 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage()
288 fclose(ofp); in handleMessage()