Searched refs:ofp (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.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() 230 msg.data.extendedBufferData.rangeLength, ofp); in handleMessage() 231 fclose(ofp); in handleMessage()
|
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 264 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/ |
D | mpeg2enc.c | 112 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()
|
D | mpeg2vaenc.c | 112 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/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 270 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()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 279 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()
|