Home
last modified time | relevance | path

Searched refs:aOutput (Results 1 – 1 of 1) sorted by relevance

/external/dng_sdk/source/
Ddng_string.cpp164 ByteCount aOutput = 0; in Assign_Multibyte() local
177 &aOutput, in Assign_Multibyte()
182 if (aOutput > 0 && aOutput <= aBufSize) in Assign_Multibyte()
187 aBufChar [aOutput] = 0; in Assign_Multibyte()
241 ByteCount aOutput = 0; in Extract_Multibyte() local
255 &aOutput, in Extract_Multibyte()
260 if (aOutput > 0) in Extract_Multibyte()
263 buffer.Allocate ((uint32) (aOutput + 1)); in Extract_Multibyte()
267 aOutput); in Extract_Multibyte()
269 buffer.Buffer_char () [aOutput] = 0; in Extract_Multibyte()
[all …]