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

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 112 // Notifies the client that the input buffer identifed by input_buffer_id has
114 void NotifyInputBufferRead(int input_buffer_id);
183 int32 input_buffer_id; member in struct:content::DXVAVideoDecodeAccelerator::PendingSampleInfo
dxva_video_decode_accelerator.cc 362 : input_buffer_id(buffer_id) {
848 LONGLONG input_buffer_id = 0; local
849 RETURN_ON_HR_FAILURE(sample->GetSampleTime(&input_buffer_id),
854 PendingSampleInfo(input_buffer_id, sample));
1012 LONGLONG input_buffer_id = 0; local
1115 LONGLONG input_buffer_id = 0; local
    [all...]
android_video_decode_accelerator.h 89 // Notifies the client that the input buffer identifed by input_buffer_id has
91 void NotifyEndOfBitstreamBuffer(int input_buffer_id);
android_video_decode_accelerator.cc 516 int input_buffer_id) {
517 client_->NotifyEndOfBitstreamBuffer(input_buffer_id);

Completed in 26 milliseconds