OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_buffer_log
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_common.h
84
bool
out_buffer_log
;
member in struct:venc_debug_cap
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h
297
bool
out_buffer_log
;
member in struct:debug_cap
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp
151
m_debug.
out_buffer_log
= atoi(property_value);
204
if (m_debug.
out_buffer_log
&& !m_debug.outfile) {
241
return (m_debug.
out_buffer_log
== 1);
[
all
...]
video_encoder_device_v4l2.cpp
220
m_debug.
out_buffer_log
= atoi(property_value);
612
return (m_debug.
out_buffer_log
== 1);
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp
641
m_debug.
out_buffer_log
= atoi(property_value);
[
all
...]
omx_vdec_msm8974.cpp
619
m_debug.
out_buffer_log
= atoi(property_value);
[
all
...]
Completed in 382 milliseconds