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 770 const uint8_t *codecPrivate = (const uint8_t *)_codecPrivate;
772 if (codecPrivate[0] != 0x02) {
781 while (offset < codecPrivateSize && codecPrivate[offset] == 0xff) {
788 len1 += codecPrivate[offset++];
791 while (offset < codecPrivateSize && codecPrivate[offset] == 0xff) {
798 len2 += codecPrivate[offset++];
804 if (codecPrivate[offset] != 0x01) {
807 meta->setData(kKeyVorbisInfo, 0, &codecPrivate[offset], len1);
810 if (codecPrivate[offset] != 0x03) {
815 if (codecPrivate[offset] != 0x05)
    [all...]

Completed in 517 milliseconds