OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mfc_output_buffer_queued_count_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.h
390
int
mfc_output_buffer_queued_count_
;
member in class:content::ExynosVideoDecodeAccelerator
exynos_video_encode_accelerator.h
282
int
mfc_output_buffer_queued_count_
;
member in class:content::ExynosVideoEncodeAccelerator
exynos_video_decode_accelerator.cc
208
mfc_output_buffer_queued_count_
(0),
[
all
...]
exynos_video_encode_accelerator.cc
107
mfc_output_buffer_queued_count_
(0),
486
if (mfc_input_buffer_queued_count_ +
mfc_output_buffer_queued_count_
> 0)
516
<<
mfc_output_buffer_queued_count_
<< "/"
658
const int old_mfc_outputs_queued =
mfc_output_buffer_queued_count_
;
663
if (old_mfc_outputs_queued == 0 &&
mfc_output_buffer_queued_count_
!= 0) {
711
while (
mfc_output_buffer_queued_count_
> 0) {
775
mfc_output_buffer_queued_count_
--;
[
all
...]
Completed in 3227 milliseconds