Searched defs:encoded (Results 1 - 25 of 147) sorted by last modified time

123456

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c296 * - encoded : the encoded data vector
307 WebRtc_Word16 *encoded)
338 encoded[k] = (WebRtc_Word16)( ( (WebRtc_UWord16)(ISAC_inst->ISACenc_obj.bitstr_obj).stream[k] >> 8 )
343 WEBRTC_SPL_MEMCPY_W16(encoded, (ISAC_inst->ISACenc_obj.bitstr_obj).stream, (stream_len + 1)>>1);
371 * - encoded : the encoded data vector
382 WebRtc_Word16 *encoded)
428 encoded[k] = (WebRtc_Word16)(((WebRtc_UWord16)(ISAC_inst->ISACenc_obj.bitstr_obj).stream[k] >> 8)
433 WEBRTC_SPL_MEMCPY_W16(encoded, (ISAC_ins
305 WebRtcIsacfix_Encode(ISACFIX_MainStruct *ISAC_main_inst, const WebRtc_Word16 *speechIn, WebRtc_Word16 *encoded) argument
380 WebRtcIsacfix_EncodeNb(ISACFIX_MainStruct *ISAC_main_inst, const WebRtc_Word16 *speechIn, WebRtc_Word16 *encoded) argument
462 WebRtcIsacfix_GetNewBitStream(ISACFIX_MainStruct *ISAC_main_inst, WebRtc_Word16 bweIndex, float scale, WebRtc_Word16 *encoded) argument
564 WebRtcIsacfix_UpdateBwEstimate1(ISACFIX_MainStruct *ISAC_main_inst, const WebRtc_UWord16 *encoded, WebRtc_Word32 packet_size, WebRtc_UWord16 rtp_seq_number, WebRtc_UWord32 arr_ts) argument
658 WebRtcIsacfix_UpdateBwEstimate(ISACFIX_MainStruct *ISAC_main_inst, const WebRtc_UWord16 *encoded, WebRtc_Word32 packet_size, WebRtc_UWord16 rtp_seq_number, WebRtc_UWord32 send_ts, WebRtc_UWord32 arr_ts) argument
754 WebRtcIsacfix_Decode(ISACFIX_MainStruct *ISAC_main_inst, const WebRtc_UWord16 *encoded, WebRtc_Word16 len, WebRtc_Word16 *decoded, WebRtc_Word16 *speechType) argument
857 WebRtcIsacfix_DecodeNb(ISACFIX_MainStruct *ISAC_main_inst, const WebRtc_UWord16 *encoded, WebRtc_Word16 len, WebRtc_Word16 *decoded, WebRtc_Word16 *speechType) argument
1261 WebRtcIsacfix_ReadFrameLen(const WebRtc_Word16* encoded, WebRtc_Word16* frameLength) argument
1310 WebRtcIsacfix_ReadBwIndex(const WebRtc_Word16* encoded, WebRtc_Word16* rateIndex) argument
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DISACHist.cc30 short encoded[600]; local
135 &audioBuff[startAudio], encoded);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c184 * - bandwidthIndex : an index which has to be encoded in
188 * or low and it is encoded in upper-band
480 * - encoded : the encoded data vector
491 WebRtc_Word16* encoded) {
499 WebRtc_UWord8* ptrEncodedUW8 = (WebRtc_UWord8*)encoded;
724 * This function returns encoded data, with the recieved bwe-index in the
726 * the new bistream will be re-encoded with the given target rate.
743 * - encoded : The encoded dat
489 WebRtcIsac_Encode(ISACStruct* ISAC_main_inst, const WebRtc_Word16* speechIn, WebRtc_Word16* encoded) argument
751 WebRtcIsac_GetNewBitStream(ISACStruct* ISAC_main_inst, WebRtc_Word16 bweIndex, WebRtc_Word16 jitterInfo, WebRtc_Word32 rate, WebRtc_Word16* encoded, WebRtc_Word16 isRCU) argument
960 WebRtcIsac_UpdateBwEstimate(ISACStruct* ISAC_main_inst, const WebRtc_UWord16* encoded, WebRtc_Word32 packet_size, WebRtc_UWord16 rtp_seq_number, WebRtc_UWord32 send_ts, WebRtc_UWord32 arr_ts) argument
1008 Decode(ISACStruct* ISAC_main_inst, const WebRtc_UWord16* encoded, WebRtc_Word16 lenEncodedBytes, WebRtc_Word16* decoded, WebRtc_Word16* speechType, WebRtc_Word16 isRCUPayload) argument
1308 WebRtcIsac_Decode(ISACStruct* ISAC_main_inst, const WebRtc_UWord16* encoded, WebRtc_Word16 lenEncodedBytes, WebRtc_Word16* decoded, WebRtc_Word16* speechType) argument
1340 WebRtcIsac_DecodeRcu(ISACStruct* ISAC_main_inst, const WebRtc_UWord16* encoded, WebRtc_Word16 lenEncodedBytes, WebRtc_Word16* decoded, WebRtc_Word16* speechType) argument
1696 WebRtcIsac_ReadBwIndex(const WebRtc_Word16* encoded, WebRtc_Word16* bweIndex) argument
1743 WebRtcIsac_ReadFrameLen(ISACStruct* ISAC_main_inst, const WebRtc_Word16* encoded, WebRtc_Word16* frameLength) argument
2055 WebRtcIsac_GetRedPayload(ISACStruct* ISAC_main_inst, WebRtc_Word16* encoded) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dutils_module_tests.c20 char *encoded; member in struct:printf_test_data
61 binlen = printf_decode(bin, sizeof(bin), test->encoded);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.c901 unsigned char *encoded; local
906 encoded = base64_encode(wpabuf_head(msg), wpabuf_len(msg),
908 if (encoded == NULL)
911 encoded = NULL;
917 os_free(encoded);
941 if (encoded) {
943 arg_name, (char *) encoded, arg_name);
944 os_free(encoded);
/external/wpa_supplicant_8/src/utils/
H A Dutils_module_tests.c20 char *encoded; member in struct:printf_test_data
61 binlen = printf_decode(bin, sizeof(bin), test->encoded);
/external/wpa_supplicant_8/src/wps/
H A Dwps_er.c901 unsigned char *encoded; local
906 encoded = base64_encode(wpabuf_head(msg), wpabuf_len(msg),
908 if (encoded == NULL)
911 encoded = NULL;
917 os_free(encoded);
941 if (encoded) {
943 arg_name, (char *) encoded, arg_name);
944 os_free(encoded);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c276 unsigned char *encoded = NULL, *nencoded; local
290 nencoded = os_realloc(encoded, encoded_len + len);
294 os_free(encoded);
297 encoded = nencoded;
298 os_memcpy(encoded + encoded_len, pos, len);
305 os_free(encoded);
311 os_free(encoded);
315 blob->data = base64_decode(encoded, encoded_len, &blob->len);
316 os_free(encoded);
887 unsigned char *encoded; local
[all...]
H A Deapol_test.c423 unsigned char *encoded; local
425 encoded = base64_encode(wpabuf_head(cert), wpabuf_len(cert), NULL);
426 if (encoded == NULL)
429 "-----END CERTIFICATE-----\n\n", subject, encoded);
430 os_free(encoded);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dutils_module_tests.c20 char *encoded; member in struct:printf_test_data
61 binlen = printf_decode(bin, sizeof(bin), test->encoded);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.c901 unsigned char *encoded; local
906 encoded = base64_encode(wpabuf_head(msg), wpabuf_len(msg),
908 if (encoded == NULL)
911 encoded = NULL;
917 os_free(encoded);
941 if (encoded) {
943 arg_name, (char *) encoded, arg_name);
944 os_free(encoded);
/external/skia/samplecode/
H A DSampleEncode.cpp189 SkData* encoded = NULL; local
191 encoded = fEncodedJPEGs[i].get();
193 encoded = fEncodedPNGs[i].get();
195 if (encoded) {
197 SkDecodingImageGenerator::Create(encoded,
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp90 typedef bool (*InstallEncoded)(SkData* encoded, SkBitmap* dst);
93 This function tests three differently encoded images against the
111 SkAutoDataUnref encoded(create_data_from_bitmap(original, type));
112 REPORTER_ASSERT(reporter, encoded.get() != NULL);
113 if (NULL == encoded.get()) {
117 bool installSuccess = install(encoded.get(), &lazy);
145 static bool install_skCachingPixelRef(SkData* encoded, SkBitmap* dst) { argument
148 encoded, SkDecodingImageGenerator::Options()), dst);
150 static bool install_skDiscardablePixelRef(SkData* encoded, SkBitmap* dst) { argument
154 encoded, SkDecodingImageGenerato
[all...]
/external/skia/third_party/etc1/
H A Detc1.cpp509 // Return the size of the encoded image data (does not include size of PKM header).
518 // pOut - pointer to encoded data. Must be large enough to store entire encoded image.
529 etc1_byte encoded[ETC1_ENCODED_BLOCK_SIZE]; local
561 etc1_encode_block(block, mask, encoded);
562 memcpy(pOut, encoded, sizeof(encoded));
563 pOut += sizeof(encoded);
570 // pIn - pointer to encoded data.
/external/sfntly/cpp/src/test/
H A Dtest_utils_test.cc41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]); local
42 for (; encoded; encoded <<= 8) {
43 byte_t b = (encoded & 0xff000000) >> 24;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/android/net/
H A DUri__FromAndroid.java201 * Gets the encoded authority part of this URI. For
221 * Gets the encoded user information from the authority.
230 * Gets the encoded host from the authority for this URI. For example,
255 * Gets the encoded path.
257 * @return the encoded path, or null if this is not a hierarchical URI
273 * Gets the encoded query component from this URI. The query comes after
278 * @return the encoded query or null if there isn't one
290 * Gets the encoded fragment part of this URI, everything after the '#'.
292 * @return the encoded fragment or null if there isn't one
312 * encoded strin
1904 volatile String encoded; field in class:Uri__FromAndroid.AbstractPart
1907 AbstractPart(String encoded, String decoded) argument
1955 Part(String encoded, String decoded) argument
1995 fromEncoded(String encoded) argument
2014 from(String encoded, String decoded) argument
2059 PathPart(String encoded, String decoded) argument
2172 fromEncoded(String encoded) argument
2191 from(String encoded, String decoded) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_wave.c118 Uint8 *freeable, *encoded, *decoded; local
126 encoded = *audio_buf;
144 state[0]->hPredictor = *encoded++;
146 state[1]->hPredictor = *encoded++;
148 state[0]->iDelta = ((encoded[1]<<8)|encoded[0]);
149 encoded += sizeof(Sint16);
151 state[1]->iDelta = ((encoded[1]<<8)|encoded[0]);
152 encoded
296 Fill_IMA_ADPCM_block(Uint8 *decoded, Uint8 *encoded, int channel, int numchannels, struct IMA_ADPCM_decodestate *state) argument
326 Uint8 *freeable, *encoded, *decoded; local
[all...]
/external/qemu/proxy/
H A Dproxy_http.c131 char encoded[512]; local
140 wlen = proxy_base64_encode(user_pass, uplen, encoded, (int)sizeof(encoded));
146 p += snprintf(p, end-p, "Proxy-authorization: Basic %.*s\r\n", wlen, encoded);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp563 FX_FLOAT encoded = (FX_FLOAT)sample; local
567 encoded = encoded_input[i] * (FX_FLOAT)sample;
572 encoded += (encoded_input[i] - index[i]) * ((FX_FLOAT)sample1 - (FX_FLOAT)sample);
575 results[j] = PDF_Interpolate(encoded, 0, (FX_FLOAT)m_SampleMax,
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp319 CFX_ByteString encoded = wstr.UTF16LE_Encode(); local
320 return operator << (encoded);
382 CFX_ByteString encoded; local
383 operator >> (encoded);
384 str = CFX_WideString::FromUTF16LE((const unsigned short*)(FX_LPCSTR)encoded, encoded.GetLength());
/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c1323 GLuint *encoded = (GLuint *)dest; local
1358 fxt1_quantize(encoded, lines, comps);
1360 encoded += 4;
1362 encoded += destRowStride;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXutil.cpp72 char encoded[16]; local
75 int retval = encode_leb128(temp64.x, &nbytes, encoded, 16);
85 temp64.a[i] = encoded[i];
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 6108 milliseconds

123456