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 118 // Notifies the client that the input buffer identifed by input_buffer_id has
120 void NotifyInputBufferRead(int input_buffer_id);
180 int32 input_buffer_id; member in struct:content::DXVAVideoDecodeAccelerator::PendingSampleInfo
dxva_video_decode_accelerator.cc 366 : input_buffer_id(buffer_id) {
858 LONGLONG input_buffer_id = 0; local
859 RETURN_ON_HR_FAILURE(sample->GetSampleTime(&input_buffer_id),
864 PendingSampleInfo(input_buffer_id, sample));
1014 LONGLONG input_buffer_id = 0; local
1117 LONGLONG input_buffer_id = 0; local
    [all...]
android_video_decode_accelerator.h 88 // Notifies the client that the input buffer identifed by input_buffer_id has
90 void NotifyEndOfBitstreamBuffer(int input_buffer_id);
android_video_decode_accelerator.cc 457 int input_buffer_id) {
458 client_->NotifyEndOfBitstreamBuffer(input_buffer_id);

Completed in 120 milliseconds