OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perf_flag
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h
785
bool
perf_flag
;
member in class:omx_vdec
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h
907
bool
perf_flag
;
member in class:omx_vdec
[
all
...]
omx_vdec_hevc.h
806
bool
perf_flag
;
member in class:omx_vdec
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
516
perf_flag
= atoi(property_value);
517
if (
perf_flag
)
519
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
598
if (
perf_flag
)
[
all
...]
omx_vdec_copper.cpp
519
perf_flag
= atoi(property_value);
520
if (
perf_flag
)
522
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
592
if (
perf_flag
)
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
503
perf_flag
= atoi(property_value);
505
if (
perf_flag
) {
506
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
599
if (
perf_flag
) {
[
all
...]
omx_vdec_hevc.cpp
561
perf_flag
= atoi(property_value);
562
if (
perf_flag
) {
563
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
711
if (
perf_flag
) {
[
all
...]
omx_vdec_hevc_swvdec.cpp
612
perf_flag
= atoi(property_value);
613
if (
perf_flag
)
615
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
822
if (
perf_flag
)
[
all
...]
omx_vdec_msm8974.cpp
609
perf_flag
= atoi(property_value);
610
if (
perf_flag
) {
611
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
818
if (
perf_flag
) {
[
all
...]
Completed in 162 milliseconds