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

  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c     [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaPlayerBridge.java 167 String headerInfo[] = headerContent.split(";");
168 if (headerInfo.length != 2) return false;
169 if (!"base64".equals(headerInfo[1])) return false;
  /frameworks/av/drm/common/
IDrmManagerService.cpp 699 int decryptUnitId, const DrmBuffer* headerInfo) {
710 data.writeInt32(headerInfo->length);
711 data.write(headerInfo->data, headerInfo->length);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 227 HeaderInfoDecVideo headerInfo; /* MB Header information */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 389 HeaderInfoEncVideo headerInfo; /* MB Header information */

Completed in 436 milliseconds