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

  /external/libvpx/libwebm/
mkvparser.hpp 336 unsigned char* codecPrivate;
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 790 const uint8_t *codecPrivate = (const uint8_t *)_codecPrivate;
792 if (codecPrivate[0] != 0x02) {
801 while (offset < codecPrivateSize && codecPrivate[offset] == 0xff) {
808 len1 += codecPrivate[offset++];
811 while (offset < codecPrivateSize && codecPrivate[offset] == 0xff) {
818 len2 += codecPrivate[offset++];
824 if (codecPrivate[offset] != 0x01) {
827 meta->setData(kKeyVorbisInfo, 0, &codecPrivate[offset], len1);
830 if (codecPrivate[offset] != 0x03) {
835 if (codecPrivate[offset] != 0x05)
    [all...]

Completed in 335 milliseconds