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);
189 int32 input_buffer_id; member in struct:content::DXVAVideoDecodeAccelerator::PendingSampleInfo
dxva_video_decode_accelerator.cc 372 : input_buffer_id(buffer_id) {
889 LONGLONG input_buffer_id = 0; local
1057 LONGLONG input_buffer_id = 0; local
1163 LONGLONG input_buffer_id = 0; local
    [all...]
android_video_decode_accelerator.h 86 // Notifies the client that the input buffer identifed by input_buffer_id has
88 void NotifyEndOfBitstreamBuffer(int input_buffer_id);
android_video_decode_accelerator.cc 545 int input_buffer_id) {
546 client_->NotifyEndOfBitstreamBuffer(input_buffer_id);

Completed in 747 milliseconds