Searched refs:short_count (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/media/
H A DBufferConsumer.cpp131 debugger("BBufferConsumer::SetVideoClippingFor short_count too large "
148 command->short_count = shortCount;
502 int32 short_count,
509 if (short_count > int(B_MEDIA_MESSAGE_SIZE - sizeof(producer_video_clipping_changed_command)) / 2)
510 debugger("BBufferConsumer::SetVideoClippingFor short_count too large (8000 limit)\n");
516 size = sizeof(producer_video_clipping_changed_command) + short_count * sizeof(short);
523 command->short_count = short_count;
524 memcpy(command->shorts, shorts, short_count * sizeof(short));
500 SetVideoClippingFor(const media_source &output, const int16 *shorts, int32 short_count, const media_video_display_info &display, int32 *change_tag) argument
H A DBufferProducer.cpp330 command->short_count, (int16 *)command->shorts,
/haiku/headers/private/media/
H A DServerInterface.h768 int32 short_count; member in struct:producer_video_clipping_changed_command

Completed in 56 milliseconds