Searched refs:Length (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/ |
D | AAC_E_SAMPLES.c | 227 inData.Length = bytesLeft; in main() 229 outData.Length = 1024*8; in main() 237 outData.Length = 1024*8; in main() 249 fwrite(outData.Buffer, 1, outData.Length, outfile); in main()
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | bitstream_io.cpp | 120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value) in BitstreamPutBits() argument 124 if (stream->bitLeft > Length) in BitstreamPutBits() 126 stream->word <<= Length; in BitstreamPutBits() 128 stream->bitLeft -= Length; in BitstreamPutBits() 135 Length -= stream->bitLeft; in BitstreamPutBits() 136 stream->word |= ((UInt)Value >> Length); in BitstreamPutBits() 147 stream->bitLeft -= Length; in BitstreamPutBits() 168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value) in BitstreamPutGT16Bits() argument 175 topLength = Length - 16; in BitstreamPutGT16Bits() 192 status = BitstreamPutBits(stream, Length, (UInt)Value); in BitstreamPutGT16Bits()
|
D | bitstream_io.h | 32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value); 33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
|
/frameworks/compile/libbcc/lib/Disassembler/ |
D | Disassembler.cpp | 50 BufferMemoryObject(const uint8_t *Bytes, uint64_t Length) in BufferMemoryObject() argument 51 : mBytes(Bytes), mLength(Length) { in BufferMemoryObject()
|
/frameworks/base/media/libstagefright/codecs/aacenc/ |
D | AACEncoder.cpp | 300 inputData.Length = nSamples * sizeof(int16_t); in read() 312 outputData.Length = buffer->size() - nOutputBytes; in read() 315 outPtr += outputData.Length; in read() 316 nOutputBytes += outputData.Length; in read()
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | AMRWB_E_SAMPLE.c | 200 inData.Length = Relens; in encode() 216 fwrite(OutputBuf, 1, outData.Length + size1, fdst); in encode() 221 fwrite(outData.Buffer, 1, outData.Length, fdst); in encode()
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/ |
D | AMRWBEncoder.cpp | 266 inputData.Length = kInputBufferSize; in read() 280 outputData.Length = buffer->size(); in read() 284 buffer->set_range(0, outputData.Length); in read()
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
D | aacenc.c | 176 hAacEnc->inlen = pInput->Length / sizeof(short); in voAACEncSetInputData() 236 pOutput->Length = 0; in voAACEncGetOutputData() 243 …if(NULL == pOutput || NULL == pOutput->Buffer || pOutput->Length < (6144/8)*hAacEnc->config.nChann… in voAACEncGetOutputData() 252 &pOutput->Length); in voAACEncGetOutputData()
|
/frameworks/base/media/libstagefright/codecs/common/include/ |
D | voType.h | 191 VO_U32 Length; /*!< Buffer size in byte */ member
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 1705 if(NULL == pInput || NULL == pInput->Buffer || 0 > pInput->Length) in voAMRWB_SetInputData() 1711 stream->set_len = pInput->Length; in voAMRWB_SetInputData() 1759 pOutput->Length = gData->outputSize; /* get the output buffer length */ in voAMRWB_GetOutputData()
|
/frameworks/base/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 60 virtual int Length(long long* total, long long* available) { in Length() function
|
/frameworks/base/api/ |
D | current.txt | 45182 field public static final java.lang.String CONTENT_LEN = "Content-Length";
|
D | 14.txt | 45182 field public static final java.lang.String CONTENT_LEN = "Content-Length";
|