Home
last modified time | relevance | path

Searched refs:VideoFrameBufferTypeToString (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_encoder.cc1330 << VideoFrameBufferTypeToString(buffer->type()) in PrepareBuffers()
1378 << VideoFrameBufferTypeToString(scaled_buffer->type()) in PrepareBuffers()
1380 << VideoFrameBufferTypeToString(mapped_buffer->type()) in PrepareBuffers()
1389 << VideoFrameBufferTypeToString(buffer_to_scale->type()) in PrepareBuffers()
1391 << VideoFrameBufferTypeToString(scaled_buffer->type()) in PrepareBuffers()
1393 << VideoFrameBufferTypeToString(mapped_buffer->type()) in PrepareBuffers()
1397 << VideoFrameBufferTypeToString(scaled_buffer->type()) in PrepareBuffers()
1399 << VideoFrameBufferTypeToString(mapped_buffer->type()); in PrepareBuffers()
/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_frame_buffer.cc81 const char* VideoFrameBufferTypeToString(VideoFrameBuffer::Type type) { in VideoFrameBufferTypeToString() function
H A Dvideo_frame_buffer.h130 const char* VideoFrameBufferTypeToString(VideoFrameBuffer::Type type);
/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_encoder.cc182 oss << VideoFrameBufferTypeToString(preferred_pixel_formats.at(i)); in ToString()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/
H A Dh264_encoder_impl.cc411 << VideoFrameBufferTypeToString( in Encode()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/
H A Dlibaom_av1_encoder.cc559 << VideoFrameBufferTypeToString( in Encode()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dlibvpx_vp9_encoder.cc1190 << VideoFrameBufferTypeToString( in Encode()
2086 << VideoFrameBufferTypeToString(buffer->type()) in PrepareBufferForProfile0()