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

  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_alac.h 25 uint32_t frameLength;
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_alac.h 10 uint32_t frameLength;
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_audio_alac.h 25 uint32_t frameLength;
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio_alac.h 10 uint32_t frameLength;
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.cpp 95 unsigned frameLength = nal->size() + 7;
106 dst[3] = ((channelConfig & 3) << 6) | (frameLength >> 11);
108 dst[4] = (frameLength >> 3) & 0xff;
109 dst[5] = (frameLength & 7) << 5;
  /external/sonivox/arm-wt-22k/lib_src/
eas_data.h 74 EAS_U32 frameLength;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 116 private static int frameLength;
183 return frameLength;
278 frameLength = typeLength;
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketReader.java 72 private long frameLength;
138 frameLength = b1 & B1_MASK_LENGTH;
139 if (frameLength == PAYLOAD_SHORT) {
140 frameLength = source.readShort() & 0xffffL; // Value is unsigned.
141 } else if (frameLength == PAYLOAD_LONG) {
142 frameLength = source.readLong();
143 if (frameLength < 0) {
145 "Frame length 0x" + Long.toHexString(frameLength) + " > 0x7FFFFFFFFFFFFFFF");
150 if (isControlFrame && frameLength > PAYLOAD_BYTE_MAX) {
162 if (frameBytesRead < frameLength) {
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c     [all...]
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp 489 cc->samplesPerFrame = hAacConfig->framelength;
621 const INT frameLength,
658 frameLength,
779 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
780 if (hAacConfig->framelength != 1024) {
791 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
792 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) {
804 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
805 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480)
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 203 const uint8_t *ptr, size_t size, size_t *frameLength) {
233 *frameLength = frameLengthInHeader;
361 size_t frameLength;
364 &ptr[i], size - i, &frameLength)) {
380 if (frameLength != size - startOffset) {
383 frameLength, size - startOffset);
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/
okhttp-ws-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 

Completed in 480 milliseconds