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

  /external/chromium_org/media/base/
decoder_buffer.h 51 // is copied from |side_data|. Buffers will be padded and aligned as necessary
54 const uint8* side_data,
98 const uint8* side_data() const { function in class:media::DecoderBuffer
133 const uint8* side_data, int side_data_size);
  /external/chromium_org/media/filters/
ffmpeg_demuxer.cc 113 // Get side data if any. For now, the only type of side_data is VP8 Alpha. We
114 // keep this generic so that other side_data types in the future can be
118 uint8* side_data = av_packet_get_side_data( local
129 side_data, side_data_size);

Completed in 34 milliseconds