Searched refs:outputfilename (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp3263 char outputfilename[512]; local
3276 strlcpy(outputfilename, "yuvframes.yuv", 14);
3277 outputBufferFile = fopen (outputfilename, "ab");
3280 DEBUG_PRINT_ERROR("ERROR - o/p file %s could NOT be opened\n", outputfilename);
3285 DEBUG_PRINT("O/p file %s is opened \n", outputfilename);
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp142 char outputfilename [] = "/data/output-bitstream.\0\0\0\0"; variable
257 strcat(outputfilename, "m4v");
266 strcat(outputfilename, "263");
275 strcat(outputfilename, "264");
289 outputBufferFile1 = fopen (outputfilename, "ab");
H A Dvideo_encoder_device_copper.cpp141 char outputfilename [] = "/data/output-bitstream.\0\0\0\0"; variable
284 strcat(outputfilename, "m4v");
293 strcat(outputfilename, "263");
302 strcat(outputfilename, "264");
314 outputBufferFile1 = fopen (outputfilename, "ab");
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3662 char outputfilename[512]; local
3674 strlcpy(outputfilename, "yuvframes.yuv", 14);
3675 outputBufferFile = fopen (outputfilename, "ab");
3677 DEBUG_PRINT_ERROR("ERROR - o/p file %s could NOT be opened\n", outputfilename);
3680 DEBUG_PRINT("O/p file %s is opened \n", outputfilename);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp86 char outputfilename [] = "/data/output.yuv"; variable
1249 outputBufferFile1 = fopen (outputfilename, "ab");
H A Domx_vdec_copper.cpp85 char outputfilename [] = "/data/output.yuv"; variable
1220 outputBufferFile1 = fopen (outputfilename, "ab");
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp97 char outputfilename [] = "/data/output.yuv"; variable
1232 outputBufferFile1 = fopen (outputfilename, "ab");
H A Domx_vdec_hevc.cpp87 char outputfilename [] = "/data/output.yuv"; variable
1275 outputBufferFile1 = fopen (outputfilename, "ab");

Completed in 606 milliseconds