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

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 113 // Notifies the client that the input buffer identifed by input_buffer_id has
115 void NotifyInputBufferRead(int input_buffer_id);
181 int32 input_buffer_id; member in struct:content::DXVAVideoDecodeAccelerator::PendingSampleInfo
dxva_video_decode_accelerator.cc 371 : input_buffer_id(buffer_id) {
863 LONGLONG input_buffer_id = 0; local
864 RETURN_ON_HR_FAILURE(sample->GetSampleTime(&input_buffer_id),
869 PendingSampleInfo(input_buffer_id, sample));
1029 LONGLONG input_buffer_id = 0; local
1135 LONGLONG input_buffer_id = 0; local
    [all...]

Completed in 56 milliseconds