/hardware/google/gfxstream/common/etc/include/gfxstream/ |
D | etc.h | 55 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut); 65 void etc2_decode_rgb_block(const etc1_byte* pIn, bool isPunchthroughAlpha, etc1_byte* pOut); 75 etc1_byte* pOut); 93 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut); 104 etc1_byte* pOut,
|
/hardware/google/gfxstream/common/etc/ |
D | etc.cpp | 223 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock() argument 248 etc1_byte* q = pOut + channels * (x + 4 * y); in decode_subblock() 268 etc1_byte* pOut) { in etc2_T_H_index() argument 269 etc1_byte* q = pOut; in etc2_T_H_index() 297 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_T() argument 322 etc2_T_H_index(clrTable, low, isPunchthroughAlpha, opaque, pOut); in etc2_decode_block_T() 326 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_H() argument 353 etc2_T_H_index(clrTable, low, isPunchthroughAlpha, opaque, pOut); in etc2_decode_block_H() 357 bool isPunchthroughAlpha, etc1_byte* pOut) { in etc2_decode_block_P() argument 372 etc1_byte* q = pOut; in etc2_decode_block_P() [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | rgtc.h | 33 int rgtc_decode_image(const uint8_t* pIn, RGTCImageFormat format, uint8_t* pOut, uint32_t width,
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraDualFOVPP.cpp | 683 uint8_t* pOut) in doDualFovPPProcess() argument 692 memcpy(pOut, pWide, inParams.wide.stride * inParams.wide.scanline / 2); in doDualFovPPProcess() 693 memcpy(pOut + inParams.wide.stride * inParams.wide.scanline / 2, in doDualFovPPProcess() 699 memcpy(pOut + uv_offset, in doDualFovPPProcess() 702 memcpy(pOut + uv_offset + inParams.wide.stride * (inParams.wide.scanline / 2) / 2, in doDualFovPPProcess()
|
D | QCameraDualFOVPP.h | 96 dualfov_input_params_t inParams, uint8_t* pOut);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 483 std::unique_ptr<etc1_byte[]> pOut(new etc1_byte[size]); in doCompressedTexImage2D() local 487 (const etc1_byte*)data, etcFormat, pOut.get(), in doCompressedTexImage2D() 492 width, height, border, format, type, pOut.get()); in doCompressedTexImage2D() 599 std::unique_ptr<uint8_t[]> pOut(new uint8_t[size]); in doCompressedTexImage2D() local 602 rgtc_decode_image((const uint8_t*)data, rgtcFormat, pOut.get(), width, height, bpr); in doCompressedTexImage2D() 605 pOut.get()); in doCompressedTexImage2D()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | Etc2ShaderLib.comp | 188 void decode_subblock(inout ivec4 pOut[16], int r, int g, int b, ivec4 table, uint low, bool second, 214 pOut[q] = ivec4(0, 0, 0, 0); 218 pOut[q] =
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | PowerHintSession.cpp | 111 int64_t pOut = static_cast<int64_t>((err_sum > 0 ? adpfConfig->mPidPo : pid_pu_active) * in convertWorkDurationToBoostByPid() local 118 int64_t output = pOut + iOut + dOut; in convertWorkDurationToBoostByPid() 123 ATRACE_INT(mAppDescriptorTrace->trace_pid_pOut.c_str(), pOut); in convertWorkDurationToBoostByPid()
|