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

  /external/chromium_org/media/formats/mp2t/
ts_section_pes.h 40 bool ParseInternal(const uint8* raw_pes, int raw_pes_size);
ts_section_pes.cc 121 bool parse_result = ParseInternal(raw_pes, raw_pes_size);
129 bool TsSectionPes::ParseInternal(const uint8* raw_pes, int raw_pes_size) {
  /external/chromium_org/media/midi/
usb_midi_descriptor_parser.h 36 bool ParseInternal(UsbMidiDevice* device,
usb_midi_descriptor_parser.cc 75 bool result = ParseInternal(device, data, size, jacks);
82 bool UsbMidiDescriptorParser::ParseInternal(UsbMidiDevice* device,
  /external/chromium_org/media/formats/mp4/
box_definitions.h 177 bool ParseInternal(BufferReader* reader, const LogCB& log_cb);
box_definitions.cc 366 return ParseInternal(reader, reader->log_cb());
371 return ParseInternal(&reader, LogCB());
374 bool AVCDecoderConfigurationRecord::ParseInternal(BufferReader* reader,

Completed in 222 milliseconds