HomeSort by relevance Sort by last modified time
    Searched refs:outputfilename (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
gprof2html.py 30 outputfilename = filename + ".html"
32 output = file(outputfilename, "w")
76 webbrowser.open("file:" + os.path.abspath(outputfilename))
  /external/python/cpython2/Tools/scripts/
gprof2html.py 30 outputfilename = filename + ".html"
32 output = file(outputfilename, "w")
76 webbrowser.open("file:" + os.path.abspath(outputfilename))
  /external/ltp/pan/
ltp-pan.c 156 char *outputfilename = NULL; local
239 outputfilename = strdup(optarg);
436 if (outputfilename) {
437 if (!freopen(outputfilename, "a+", stdout)) {
441 outputfilename);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3263 char outputfilename[512]; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 142 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");
    [all...]
video_encoder_device_copper.cpp 141 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");
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3662 char outputfilename[512]; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 86 char outputfilename [] = "/data/output.yuv"; variable
    [all...]
omx_vdec_copper.cpp 85 char outputfilename [] = "/data/output.yuv"; variable
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 97 char outputfilename [] = "/data/output.yuv"; variable
    [all...]
omx_vdec_hevc.cpp 87 char outputfilename [] = "/data/output.yuv"; variable
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 83 char outputfilename [] = "/data/output.yuv"; variable
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 73 char outputfilename[] = "/sdcard/output.yuv"; variable
    [all...]

Completed in 146 milliseconds