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

  /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...]
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
mkvparser.hpp 336 unsigned char* codecPrivate;

Completed in 186 milliseconds