Home
last modified time | relevance | path

Searched defs:numOutputBytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libavc/tests/
H A DAvcEncTest.cpp896 int32_t numOutputBytes = fwrite((UWORD8*)sEncodeOp->s_out_buf.pv_buf, sizeof(UWORD8), in encodeFrames() local
913 int32_t numOutputBytes = fwrite((UWORD8*)sEncodeOp->s_out_buf.pv_buf, sizeof(UWORD8), in encodeFrames() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp451 const int numOutputBytes = computeTotalByteSize(m_spec.outputs); in iterate() local