Searched refs:configBuffer (Results 1 – 2 of 2) sorted by relevance
157 @Nullable private ByteBuffer configBuffer; field in HardwareVideoEncoder552 configBuffer = ByteBuffer.allocateDirect(info.size);553 configBuffer.put(codecOutputBuffer);568 "Prepending config frame of size " + configBuffer.capacity()571 frameBuffer = ByteBuffer.allocateDirect(info.size + configBuffer.capacity());572 configBuffer.rewind();573 frameBuffer.put(configBuffer);627 configBuffer = null;
525 export function toPbtxt(configBuffer: Uint8Array): string {526 const msg = TraceConfig.decode(configBuffer);