HomeSort by relevance Sort by last modified time
    Searched refs:G0 (Results 1 - 3 of 3) sorted by null

  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb24torgb16.cpp 239 half1 = *((uint16*)(pSrc)); /* read 2 bytes, G0 R0 or G0 B0 */
244 half1 = (half1 >> 5) & 0x7E0; /* get 6 bits of G0 */
245 rgb = (rgb << 8) | half1; /* R0, G0 */
247 rgb |= half1; /* R0,G0,B0 */
257 tmp0 = (half1 >> 5) & 0x7E0; /* get 6 bits of G0 */
258 rgb = (rgb << 8) | tmp0; /* R0, G0 */
260 rgb |= half1; /* R0,G0,B0 */
324 half1 = *((uint16*)(pSrc)); /* read 2 bytes, G0 R0 or G0 B0 *
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 210 static final JavaSource G0 = new JavaSource("G0","public class G0<T>{}");
217 DexFile dexFile = javaToDexUtil.getFrom(G0);
219 DexClass G0 = getClass(dexFile, "LG0;");
220 assertPublic(G0);
221 DexAnnotation sig = getAnnotation(G0, LDALVIK_ANNOTATION_SIGNATURE);
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin     [all...]

Completed in 86 milliseconds