Searched refs:DirectionType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | layout.h | 42 using DirectionType = uint8_t; variable 45 const DirectionType LAYOUT_HOR = 0; 47 const DirectionType LAYOUT_HOR_R = 1; 49 const DirectionType LAYOUT_VER = 2; 51 const DirectionType LAYOUT_VER_R = 3; 101 void SetLayoutDirection(const DirectionType& direction) in SetLayoutDirection() 107 DirectionType direction_;
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_interface.h | 154 int32_t CodecSetPortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode mode, Bu… 156 int32_t CodecGetPortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode *mode, B… 219 int32_t CodecFlush(CODEC_HANDLETYPE handle, DirectionType directType);
|
H A D | codec_type.h | 332 } DirectionType; typedef 352 DirectionType direct; /**< Input or output type. */
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/ |
H A D | decoder.h | 67 int32_t SetPortBufferMode(DirectionType direct, AllocateBufferMode mode, BufferType type);
|
H A D | decoder.cpp | 176 int32_t Decoder::SetPortBufferMode(DirectionType direct, AllocateBufferMode mode, BufferType type) in SetPortBufferMode()
|
/ohos5.0/drivers/peripheral/codec/ |
H A D | README_zh.md | 107 …="p84134251566"></a>int32_t CodecSetPortMode(CODEC_HANDLETYPE handle, DirectionType type, BufferMo… 132 …me="p124141425125610"></a>int32_t CodecFlush(CODEC_HANDLETYPE handle, DirectionType directType);</…
|
H A D | README.md | 107 …="p84134251566"></a>int32_t CodecSetPortMode(CODEC_HANDLETYPE handle, DirectionType type, BufferMo… 132 …me="p124141425125610"></a>int32_t CodecFlush(CODEC_HANDLETYPE handle, DirectionType directType);</…
|