Searched refs:converter (Results 1 – 11 of 11) sorted by relevance
1255 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local1256 converter.order(ByteOrder.nativeOrder()); in byteArrayToInt()1257 return converter.getInt(offset); in byteArrayToInt()1265 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local1266 converter.order(ByteOrder.nativeOrder()); in intToByteArray()1267 converter.putInt(value); in intToByteArray()1268 return converter.array(); in intToByteArray()1282 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local1283 converter.order(ByteOrder.nativeOrder()); in byteArrayToShort()1284 return converter.getShort(offset); in byteArrayToShort()[all …]
50 libfwdlock-converter \61 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
1499 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local1500 converter.order(ByteOrder.nativeOrder()); in byteArrayToInt()1501 return converter.getInt(offset); in byteArrayToInt()1506 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local1507 converter.order(ByteOrder.nativeOrder()); in intToByteArray()1508 converter.putInt(value); in intToByteArray()1509 return converter.array(); in intToByteArray()1517 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local1518 converter.order(ByteOrder.nativeOrder()); in byteArrayToShort()1519 return converter.getShort(offset); in byteArrayToShort()[all …]
31 void (*getI420ColorConverter)(I420ColorConverter *converter) = in I420ColorConverter()
120 void getI420ColorConverter(II420ColorConverter *converter);
33 LOCAL_MODULE := libfwdlock-converter
248 ColorConverter converter( in extractVideoFrameWithCodecFlags() local250 CHECK(converter.isValid()); in extractVideoFrameWithCodecFlags()252 err = converter.convert( in extractVideoFrameWithCodecFlags()
769 final InputStreamReader converter = new InputStreamReader( in waitControllerLocked() local774 BufferedReader in = new BufferedReader(converter); in waitControllerLocked()869 InputStreamReader converter = new InputStreamReader(System.in); in run() local870 BufferedReader in = new BufferedReader(converter); in run()
954 I420ColorConverter* converter = pEncoderContext->mI420ColorConverter; in VideoEditorVideoEncoder_processInputBuffer() local962 if (converter->getEncoderInputBufferInfo( in VideoEditorVideoEncoder_processInputBuffer()969 if (converter->convertI420ToEncoderInput( in VideoEditorVideoEncoder_processInputBuffer()
136 HtmlToSpannedConverter converter = in fromHtml() local139 return converter.convert(); in fromHtml()
1183 /sdcard/android/layout_tests/fast/encoding/gbk/close-gbk-converter.html