OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputBufferFile1
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp
139
FILE *
inputBufferFile1
;
288
inputBufferFile1
= fopen (inputfilename, "ab");
333
fclose (
inputBufferFile1
);
[
all
...]
video_encoder_device_copper.cpp
138
FILE *
inputBufferFile1
;
313
inputBufferFile1
= fopen (inputfilename, "ab");
456
fclose (
inputBufferFile1
);
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp
134
FILE *
inputBufferFile1
;
280
inputBufferFile1
= fopen (inputfilename, "ab");
332
fclose (
inputBufferFile1
);
[
all
...]
video_encoder_device_v4l2.cpp
163
FILE *
inputBufferFile1
;
588
inputBufferFile1
= fopen (inputfilename, "ab");
590
if (!
inputBufferFile1
)
761
fclose (
inputBufferFile1
);
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp
80
FILE *
inputBufferFile1
;
[
all
...]
omx_vdec.cpp
92
FILE *
inputBufferFile1
;
[
all
...]
omx_vdec_hevc.cpp
82
FILE *
inputBufferFile1
;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
81
FILE *
inputBufferFile1
;
[
all
...]
omx_vdec_copper.cpp
80
FILE *
inputBufferFile1
;
[
all
...]
Completed in 51 milliseconds