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.cc 438 while (input_buffers_.empty() && (state_ == kDecoding || state_ == kIdle)) {
451 case kDecoding:
495 (state_ == kDecoding || state_ == kFlushing || state_ == kIdle)) {
499 if (state_ != kDecoding && state_ != kFlushing && state_ != kIdle)
517 if (state_ != kDecoding)
644 state_ = kDecoding;
650 case kDecoding:
722 state_ = kDecoding;
874 // that we are back in kDecoding state.
876 state_ = kDecoding;
    [all...]
vaapi_video_decode_accelerator.h 161 kDecoding,
v4l2_video_decode_accelerator.h 121 kDecoding, // DecodeBufferInitial() successful; decoding frames.
126 kError, // Error in kDecoding state.
vaapi_h264_decoder.cc 112 // If we are in kDecoding, we can resume without processing an SPS.
113 if (state_ == kDecoding)
    [all...]
v4l2_video_decode_accelerator.cc 586 case kDecoding:
720 DCHECK_NE(decoder_state_, kDecoding);
766 decoder_state_ = kDecoding;
775 DCHECK_EQ(decoder_state_, kDecoding);
    [all...]

Completed in 536 milliseconds