Home
last modified time | relevance | path

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

/haiku/headers/os/media/
H A DBufferConsumer.h44 const int16* shorts, int32 shortCount,
121 const int16* shorts, int32 shortCount,
/haiku/src/kits/media/
H A DBufferConsumer.cpp120 const media_destination& destination, const int16* shorts, int32 shortCount, in SetVideoClippingFor() argument
129 if (shortCount > int(B_MEDIA_MESSAGE_SIZE in SetVideoClippingFor()
137 + shortCount * sizeof(short); in SetVideoClippingFor()
148 command->short_count = shortCount; in SetVideoClippingFor()
149 memcpy(command->shorts, shorts, shortCount * sizeof(short)); in SetVideoClippingFor()