/frameworks/av/media/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/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 | 27 float Point::Length() const { in Length() function in android::filterfw::Point 32 float length = Length(); in ScaleTo() 43 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/codecs/amrwb/enc/SampleCode/ |
D | AMRWB_E_SAMPLE.c | 204 inData.Length = Relens; in encode() 220 fwrite(OutputBuf, 1, outData.Length + size1, fdst); in encode() 225 fwrite(outData.Buffer, 1, outData.Length, fdst); in encode()
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voType.h | 169 VO_U32 Length; /*!< Buffer size in byte */ member
|
/frameworks/av/media/codecs/amrwb/enc/test/ |
D | AmrwbEncoderTest.cpp | 129 inData.Length = buffLength; in TEST_P() 139 fwrite(outData.Buffer, 1, outData.Length, fpOutput); in TEST_P()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 432 inputData.Length = mInputSize; in onQueueFilled() 443 outputData.Length = outAvailable; in onQueueFilled() 448 outHeader->nFilledLen = outputData.Length; in onQueueFilled()
|
/frameworks/rs/script_api/include/ |
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/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrWbEnc.cpp | 236 inputData.Length = kNumBytesPerInputFrame; in encodeInput() 246 outputData.Length = length; in encodeInput() 253 return outputData.Length; in encodeInput()
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | remote_method_type.h | 49 enum : std::size_t { Length = sizeof...(MethodTypes) }; enumerator
|
/frameworks/av/media/codecs/amrwb/enc/fuzzer/ |
D | amrwb_enc_fuzzer.cpp | 117 inData.Length = minSize; in encodeFrames()
|
/frameworks/base/core/proto/android/os/ |
D | batteryusagestats.proto | 40 // Length that the reported data covered. This usually will be equal to the entire session,
|
/frameworks/rs/script_api/ |
D | rs_vector_math.spec | 179 summary: Length of a vector
|
/frameworks/av/media/codecs/amrwb/enc/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/base/proto/src/ |
D | ipconnectivity.proto | 340 // Length of the APF program in bytes.
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 67 virtual int Length(long long* total, long long* available) { in Length() function
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 340 // Length of time used to split an app's top time into chunks.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 7780 // Length that the reported data covered. This usually will be equal to the entire session, 10655 // Length of input text. 11120 // Length of the query string.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 7398 // Custom tag for StatusBarNotification. Length of
|