Home
last modified time | relevance | path

Searched refs:sizeIn (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp190 size_t sizeIn = buffernum * sizeof(uint8_t); in HWTEST_F() local
191 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(sizeIn)); in HWTEST_F()
192 (void)memset_s(buffer, sizeIn, 1, sizeIn); in HWTEST_F()
193 OH_AVFormat_SetBuffer(codecFormatIn, bufferKey, buffer, sizeIn); in HWTEST_F()
199 ASSERT_EQ(sizeIn, sizeOut); in HWTEST_F()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DmultimediaCore.cpp223 size_t sizeIn = buffernum * sizeof(uint8_t); in MultimediaCoreAVFormatGetBufferOne() local
224 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(sizeIn)); in MultimediaCoreAVFormatGetBufferOne()
225 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferOne()
241 size_t sizeIn = buffernum * sizeof(uint8_t); in MultimediaCoreAVFormatGetBufferTwo() local
242 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(sizeIn)); in MultimediaCoreAVFormatGetBufferTwo()
243 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferTwo()
259 size_t sizeIn = buffernum * sizeof(uint8_t); in MultimediaCoreAVFormatGetBufferThree() local
260 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(sizeIn)); in MultimediaCoreAVFormatGetBufferThree()
261 OH_AVFormat_SetBuffer(AVFormat, bufferKey, buffer, sizeIn); in MultimediaCoreAVFormatGetBufferThree()
277 size_t sizeIn in MultimediaCoreAVFormatGetBufferFour() local
294 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatGetBufferFive() local
626 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferOne() local
641 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferTwo() local
656 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferThree() local
671 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferFour() local
1351 size_t sizeIn = buffernum * sizeof(uint8_t); MultimediaCoreAVFormatSetBufferAll() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp489 const Attribute* sizeIn = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals("a_pointSize"))); in computeTransformFeedbackOutputs() local
490 output.type = sizeIn->type; in computeTransformFeedbackOutputs()
491 output.inputs.push_back(sizeIn); in computeTransformFeedbackOutputs()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp2671 AttribData(GLenum typeIn, GLint sizeIn, GLboolean normalizedIn, GLsizei strideIn);
2685 GLint sizeIn, in AttribData()
2688 : type(typeIn), size(sizeIn), normalized(normalizedIn), stride(strideIn) in AttribData()
2684 AttribData(GLenum typeIn, GLint sizeIn, GLboolean normalizedIn, GLsizei strideIn) AttribData() argument

Completed in 10 milliseconds