/frameworks/av/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/av/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/mca/filterfw/native/core/ |
D | geometry.cpp | 26 float Point::Length() const { in Length() function in android::filterfw::Point 31 float length = Length(); in ScaleTo() 42 return diff.Length(); in Distance()
|
D | geometry.h | 36 float Length() const;
|
/frameworks/base/media/mca/filterpacks/native/base/ |
D | geometry.cpp | 25 float Point::Length() const { in Length() function in android::filterfw::Point 30 float length = Length(); in ScaleTo() 41 return diff.Length(); in Distance()
|
D | geometry.h | 36 float Length() const;
|
D | vec_types.h | 40 T Length() { in Length() function
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | AACEncoder.cpp | 298 inputData.Length = nSamples * sizeof(int16_t); in read() 310 outputData.Length = buffer->size() - nOutputBytes; in read() 313 outPtr += outputData.Length; in read() 314 nOutputBytes += outputData.Length; in read()
|
D | SoftAACEncoder.cpp | 527 inputData.Length = numBytesPerInputFrame; in onQueueFilled() 543 outputData.Length = outAvailable - nOutputBytes; in onQueueFilled() 547 outPtr += outputData.Length; in onQueueFilled() 548 nOutputBytes += outputData.Length; in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | AMRWB_E_SAMPLE.c | 201 inData.Length = Relens; in encode() 217 fwrite(OutputBuf, 1, outData.Length + size1, fdst); in encode() 222 fwrite(outData.Buffer, 1, outData.Length, fdst); in encode()
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | aacenc.c | 182 hAacEnc->inlen = pInput->Length / sizeof(short); in voAACEncSetInputData() 242 pOutput->Length = 0; in voAACEncGetOutputData() 249 …if(NULL == pOutput || NULL == pOutput->Buffer || pOutput->Length < (6144/8)*hAacEnc->config.nChann… in voAACEncGetOutputData() 258 &pOutput->Length); in voAACEncGetOutputData()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 436 inputData.Length = mInputSize; in onQueueFilled() 447 outputData.Length = outAvailable; in onQueueFilled() 452 outHeader->nFilledLen = outputData.Length; in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voType.h | 167 VO_U32 Length; /*!< Buffer size in byte */ member
|
/frameworks/rs/scriptc/ |
D | rs_io.rsh | 77 * len: Length of the data, in bytes. 99 * len: Length of the data, in bytes.
|
D | rs_object_info.rsh | 306 * nameLength: Length of the provided name array. 316 * rsElementGetSubElementNameLength: Length of the name of a sub-element 325 * Returns: Length of the sub-element name including the null terminator. 361 * Returns: Length of the element vector.
|
D | rs_vector_math.rsh | 232 * length: Length of a vector
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_io.jd | 126 <tr><th>len</th><td>Length of the data, in bytes.</td></tr> 167 <tr><th>len</th><td>Length of the data, in bytes.</td></tr>
|
D | rs_object_info.jd | 189 Length of the name of a sub-element 739 <tr><th>nameLength</th><td>Length of the provided name array.</td></tr> 758 <span class='normal'>: Length of the name of a sub-element</span> 778 <tr><td>Length of the sub-element name including the null terminator.</td></tr> 849 <tr><td>Length of the element vector.</td></tr>
|
D | rs_vector_math.jd | 80 Length of a vector 367 <span class='normal'>: Length of a vector</span>
|
D | index.jd | 1051 Length of a vector 1811 Length of the name of a sub-element
|
D | overview.jd | 1790 Length of a vector 2549 Length of the name of a sub-element
|
/frameworks/rs/api/ |
D | rs_vector_math.spec | 179 summary: Length of a vector
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 1719 stream->set_len = pInput->Length; in voAMRWB_SetInputData() 1767 pOutput->Length = gData->outputSize; /* get the output buffer length */ in voAMRWB_GetOutputData()
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 64 virtual int Length(long long* total, long long* available) { in Length() function
|