OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_debug_timestamp
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h
784
bool
m_debug_timestamp
;
member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h
809
bool
m_debug_timestamp
;
member in class:omx_vdec
[
all
...]
omx_vdec.h
856
bool
m_debug_timestamp
;
member in class:omx_vdec
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
520
m_debug_timestamp
= atoi(property_value);
521
DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",
m_debug_timestamp
);
522
if (
m_debug_timestamp
)
[
all
...]
omx_vdec_copper.cpp
528
m_debug_timestamp
= atoi(property_value);
529
DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",
m_debug_timestamp
);
530
if (
m_debug_timestamp
)
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
513
m_debug_timestamp
= atoi(property_value);
514
DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",
m_debug_timestamp
);
516
if (
m_debug_timestamp
) {
[
all
...]
omx_vdec_hevc.cpp
558
m_debug_timestamp
= atoi(property_value);
559
DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",
m_debug_timestamp
);
560
if (
m_debug_timestamp
) {
[
all
...]
omx_vdec_msm8974.cpp
576
m_debug_timestamp
= atoi(property_value);
577
DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",
m_debug_timestamp
);
578
if (
m_debug_timestamp
) {
[
all
...]
Completed in 36 milliseconds