Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_func_unit_test.cpp217 configRemote.align = POSITION_ONE;
507 CheckMemTransPos(POSITION_ONE);
522 CheckMemTransOutOfRange(POSITION_ONE);
953 CheckMemTransPos(POSITION_ONE);
967 CheckMemTransOutOfRange(POSITION_ONE);
1012 CheckMemTransPos(POSITION_ONE);
1027 CheckMemTransOutOfRange(POSITION_ONE);
1057 CheckMemTransPos(POSITION_ONE);
1072 CheckMemTransOutOfRange(POSITION_ONE);
1561 CheckMemTransPos(POSITION_ONE);
[all …]
H A Davbuffer_unit_test.h46 constexpr int32_t POSITION_ONE = 1024 * 64; variable