OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_flag
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h
785
bool
perf_flag
;
member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h
810
bool
perf_flag
;
member in class:omx_vdec
[
all
...]
omx_vdec.h
857
bool
perf_flag
;
member in class:omx_vdec
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
511
perf_flag
= atoi(property_value);
512
if (
perf_flag
)
514
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
587
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
550
perf_flag
= atoi(property_value);
551
if (
perf_flag
) {
552
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
700
if (
perf_flag
) {
[
all
...]
omx_vdec_msm8974.cpp
567
perf_flag
= atoi(property_value);
568
if (
perf_flag
) {
569
DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d",
perf_flag
);
735
if (
perf_flag
) {
[
all
...]
Completed in 107 milliseconds