Searched refs:ILLEGAL_STATE (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/content/common/gpu/media/ |
D | dxva_video_decode_accelerator.cc | 473 "Initialize: invalid state: " << state_, ILLEGAL_STATE, false); in Initialize() 510 "Invalid state: " << state_, ILLEGAL_STATE,); in Decode() 530 "Invalid state: " << state_, ILLEGAL_STATE,); in AssignPictureBuffers() 558 "Invalid state: " << state_, ILLEGAL_STATE,); in ReusePictureBuffer() 593 "Unexpected decoder state: " << state_, ILLEGAL_STATE,); in Flush() 612 "Reset: invalid state: " << state_, ILLEGAL_STATE,); in Reset() 827 "DoDecode: not in normal/flushing/stopped state", ILLEGAL_STATE,); in DoDecode() 1067 "Invalid state: " << state_, ILLEGAL_STATE,); in DecodePendingInputBuffers() 1161 ILLEGAL_STATE,); in DecodeInternal()
|
D | android_video_decode_accelerator.cc | 345 ILLEGAL_STATE); in SendCurrentSurfaceToClient()
|
D | v4l2_video_decode_accelerator.cc | 590 NOTIFY_ERROR(ILLEGAL_STATE); in DecodeBufferTask()
|
/external/chromium_org/media/video/ |
D | video_decode_accelerator.h | 29 ILLEGAL_STATE = 1, enumerator
|
/external/chromium_org/content/renderer/pepper/ |
D | ppb_video_decoder_impl.cc | 78 case media::VideoDecodeAccelerator::ILLEGAL_STATE: in MediaToPPError()
|
D | pepper_video_decoder_host.cc | 367 case media::VideoDecodeAccelerator::ILLEGAL_STATE: in NotifyError()
|