HomeSort by relevance Sort by last modified time
    Searched defs:decoding_state (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.h 43 int decoding_state; /* -1:decoding, 0:init, 1:raw */ member in struct:tok_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.h 43 int decoding_state; /* -1:decoding, 0:init, 1:raw */ member in struct:tok_state
  /external/python/cpython2/Parser/
tokenizer.h 43 int decoding_state; /* -1:decoding, 0:init, 1:raw */ member in struct:tok_state
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 95 void FrameList::CleanUpOldOrEmptyFrames(VCMDecodingState* decoding_state,
103 remove_frame = decoding_state->UpdateEmptyFrame(oldest_frame);
105 remove_frame = decoding_state->IsOldFrame(oldest_frame);
843 const VCMDecodingState& decoding_state) const {
850 decoding_state.ContinuousFrame(&frame);
857 VCMDecodingState decoding_state; local
858 decoding_state.CopyFrom(last_decoded_state_);
865 decoding_state.SetState(decodable_frame);
866 if (IsContinuousInState(frame, decoding_state)) {
875 VCMDecodingState decoding_state; local
885 VCMDecodingState decoding_state; local
    [all...]

Completed in 109 milliseconds