Searched refs:number_of_planes (Results 1 – 2 of 2) sorted by relevance
102 int number_of_planes = buffer->channel_data().size(); in GetAudioBuffer() local103 if (number_of_planes <= AV_NUM_DATA_POINTERS) { in GetAudioBuffer()105 for (int i = 0; i < number_of_planes; ++i) in GetAudioBuffer()111 av_malloc(number_of_planes * sizeof(*frame->extended_data))); in GetAudioBuffer()115 for (; i < number_of_planes; ++i) in GetAudioBuffer()
67 size_t number_of_planes = in CopyFrameToYV12() local69 for (size_t i = 0; i < number_of_planes; ++i) { in CopyFrameToYV12()