HomeSort by relevance Sort by last modified time
    Searched refs:kDecoding (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.h 125 kDecoding, // Ready to decode from any point.
vaapi_video_decode_accelerator.h 165 kDecoding,
vaapi_video_decode_accelerator.cc 452 while (input_buffers_.empty() && (state_ == kDecoding || state_ == kIdle)) {
465 case kDecoding:
509 (state_ == kDecoding || state_ == kFlushing || state_ == kIdle)) {
513 if (state_ != kDecoding && state_ != kFlushing && state_ != kIdle)
535 if (state_ != kDecoding)
661 state_ = kDecoding;
667 case kDecoding:
739 state_ = kDecoding;
891 // that we are back in kDecoding state.
893 state_ = kDecoding;
    [all...]
exynos_video_decode_accelerator.h 115 kDecoding, // DecodeBufferInitial() successful; decoding frames.
120 kError, // Error in kDecoding state.
vaapi_h264_decoder.cc 110 // If we are in kDecoding, we can resume without processing an SPS.
111 if (state_ == kDecoding)
    [all...]
exynos_video_decode_accelerator.cc 651 case kDecoding:
778 DCHECK_NE(decoder_state_, kDecoding);
829 decoder_state_ = kDecoding;
838 DCHECK_EQ(decoder_state_, kDecoding);
    [all...]

Completed in 1265 milliseconds