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

  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 866 const uint8_t *codecPrivate = (const uint8_t *)_codecPrivate;
868 if (codecPrivate[0] != 0x02) {
877 while (offset < codecPrivateSize && codecPrivate[offset] == 0xff) {
884 len1 += codecPrivate[offset++];
887 while (offset < codecPrivateSize && codecPrivate[offset] == 0xff) {
894 len2 += codecPrivate[offset++];
900 if (codecPrivate[offset] != 0x01) {
903 meta->setData(kKeyVorbisInfo, 0, &codecPrivate[offset], len1);
906 if (codecPrivate[offset] != 0x03) {
911 if (codecPrivate[offset] != 0x05)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 336 unsigned char* codecPrivate;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 348 unsigned char* codecPrivate;
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 390 unsigned char* codecPrivate;
  /external/libvpx/libwebm/
mkvparser.hpp 348 unsigned char* codecPrivate;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 390 unsigned char* codecPrivate;

Completed in 42 milliseconds