Home
last modified time | relevance | path

Searched refs:_n1 (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp596 android::hardware::graphics::mapper::V2_0::YCbCrLayout _n1) { in colorFormatConversion() argument
598 ycbcrLayout = _n1; in colorFormatConversion()
646 android::hardware::hidl_handle _n1) { in colorFormatConversion() argument
648 fence = _n1; in colorFormatConversion()
658 void* _n1) { in colorFormatConversion() argument
660 data = _n1; in colorFormatConversion()
681 android::hardware::hidl_handle _n1) { in colorFormatConversion() argument
683 fence = _n1; in colorFormatConversion()
705 [&](android::hardware::graphics::mapper::V2_0::Error _e, void* _n1) { in fillGraphicBuffer() argument
707 buff = _n1; in fillGraphicBuffer()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp219 uint32_t _n1) { in allocateGraphicBuffers() argument
221 usage = _n1; in allocateGraphicBuffers()
232 ::android::hardware::hidl_vec<uint32_t> _n1) { in allocateGraphicBuffers() argument
234 descriptor = _n1; in allocateGraphicBuffers()
242 [&](android::hardware::graphics::mapper::V2_0::Error _s, uint32_t _n1, in allocateGraphicBuffers()
247 *nStride = _n1; in allocateGraphicBuffers()
251 buffer->omxBuffer.attr.anwBuffer.stride = _n1; in allocateGraphicBuffers()