Home
last modified time | relevance | path

Searched defs:bitstream_id (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/
H A Dcodec_picture.h30 int32_t bitstream_id() const { return bitstream_id_; } in bitstream_id() function
31 void set_bitstream_id(int32_t bitstream_id) { bitstream_id_ = bitstream_id; } in set_bitstream_id()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/
H A Dcodec_picture.h30 int32_t bitstream_id() const { return bitstream_id_; } in bitstream_id() function
31 void set_bitstream_id(int32_t bitstream_id) { bitstream_id_ = bitstream_id; } in set_bitstream_id()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/ipc/service/
H A Dvda_video_decoder_unittest.cc171 int32_t bitstream_id = 0; in Decode() local
178 void NotifyEndOfBitstreamBuffer(int32_t bitstream_id) { in NotifyEndOfBitstreamBuffer()
366 int32_t bitstream_id = Decode(base::TimeDelta()); in TEST_P() local
393 int32_t bitstream_id = Decode(base::TimeDelta()); in TEST_P() local
411 int32_t bitstream_id = Decode(base::TimeDelta()); in TEST_P() local
444 int32_t bitstream_id = Decode(base::TimeDelta()); in TEST_P() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/ipc/service/
H A Dvda_video_decoder_unittest.cc168 int32_t bitstream_id = 0; in Decode() local
175 void NotifyEndOfBitstreamBuffer(int32_t bitstream_id) { in NotifyEndOfBitstreamBuffer()
363 int32_t bitstream_id = Decode(base::TimeDelta()); in TEST_P() local
390 int32_t bitstream_id = Decode(base::TimeDelta()); in TEST_P() local
408 int32_t bitstream_id = Decode(base::TimeDelta()); in TEST_P() local
441 int32_t bitstream_id = Decode(base::TimeDelta()); in TEST_P() local
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dac3_parser.c176 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
260 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dac3_parser.c176 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
260 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dac3_parser.c176 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
254 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dac3_parser.c176 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
254 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3_parser.c176 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
260 uint8_t *bitstream_id, uint16_t *frame_size) in av_ac3_parse_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/chromeos/
H A Dvd_video_decode_accelerator.cc32 base::TimeDelta BitstreamIdToFakeTimestamp(int32_t bitstream_id) { in BitstreamIdToFakeTimestamp()
176 int32_t bitstream_id) { in Decode()
387 int32_t bitstream_id = FakeTimestampToBitstreamId(frame.timestamp()); in GetPicture() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/chromeos/
H A Dvd_video_decode_accelerator.cc33 base::TimeDelta BitstreamIdToFakeTimestamp(int32_t bitstream_id) { in BitstreamIdToFakeTimestamp()
177 int32_t bitstream_id) { in Decode()
410 int32_t bitstream_id = FakeTimestampToBitstreamId(frame.timestamp()); in GetPicture() local
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dac3dec.c46 uint8_t bitstream_id; in ac3_eac3_probe() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dac3dec.c46 uint8_t bitstream_id; in ac3_eac3_probe() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dac3dec.c46 uint8_t bitstream_id; in ac3_eac3_probe() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dac3dec.c46 uint8_t bitstream_id; in ac3_eac3_probe() local
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dac3dec.c46 uint8_t bitstream_id; in ac3_eac3_probe() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/vaapi/
H A Dvaapi_video_decode_accelerator_unittest.cc223 int32_t bitstream_id, in QueueInputBufferSequence()
278 int32_t bitstream_id) { in AssignPictureBuffersSequence()
346 void DecodeOneFrameFast(int32_t bitstream_id) { in DecodeOneFrameFast()
H A Dvaapi_video_decode_accelerator.cc318 int32_t bitstream_id) { in QueueInputBuffer()
621 int32_t bitstream_id) { in Decode()
1046 int32_t bitstream_id, in SurfaceReady()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/vaapi/
H A Dvaapi_video_decode_accelerator_unittest.cc230 int32_t bitstream_id, in QueueInputBufferSequence()
285 int32_t bitstream_id) { in AssignPictureBuffersSequence()
353 void DecodeOneFrameFast(int32_t bitstream_id) { in DecodeOneFrameFast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/v4l2/
H A Dv4l2_video_decoder_backend_stateful.h67 int32_t bitstream_id; member
H A Dv4l2_video_decoder_backend_stateless.h77 int32_t bitstream_id; member
H A Dv4l2_slice_video_decode_accelerator.cc986 int32_t bitstream_id) { in Decode()
1005 int32_t bitstream_id) { in DecodeTask()
1946 int32_t bitstream_id, in SurfaceReady()
1965 int32_t bitstream_id = decoder_display_queue_.front().first; in TryOutputSurfaces() local
1972 int32_t bitstream_id, in OutputSurface()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/mac/
H A Dvt_video_decode_accelerator_mac.h105 int32_t bitstream_id; member
136 int32_t bitstream_id; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/v4l2/
H A Dv4l2_video_decoder_backend_stateless.h76 int32_t bitstream_id; member
H A Dv4l2_slice_video_decode_accelerator.cc980 int32_t bitstream_id) { in Decode()
999 int32_t bitstream_id) { in DecodeTask()
1939 int32_t bitstream_id, in SurfaceReady()
1958 int32_t bitstream_id = decoder_display_queue_.front().first; in TryOutputSurfaces() local
1965 int32_t bitstream_id, in OutputSurface()

123