Searched defs:mc (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java38 convertMipmapControl(MipmapControl mc) { argument
40 switch(mc) {
/frameworks/rs/
H A DrsAllocation.cpp31 RsAllocationMipmapControl mc, void * ptr)
37 mHal.state.mipmapControl = mc;
52 RsAllocationMipmapControl mc, void * ptr) {
61 Allocation *a = new (allocMem) Allocation(rsc, type, usages, mc, ptr);
30 Allocation(Context *rsc, const Type *type, uint32_t usages, RsAllocationMipmapControl mc, void * ptr) argument
51 createAllocation(Context *rsc, const Type *type, uint32_t usages, RsAllocationMipmapControl mc, void * ptr) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h52 uint8 mc; /* motion_compensation_complexity */ member in struct:tagComplexity_Est

Completed in 336 milliseconds