Home
last modified time | relevance | path

Searched refs:bitstream_data (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c1249 guint8 *bitstream_data; in gst_v4l2_codec_h264_dec_decode_slice() local
1267 bitstream_data = self->bitstream_map.data + self->bitstream_map.size; in gst_v4l2_codec_h264_dec_decode_slice()
1280 bitstream_data[0] = 0x00; in gst_v4l2_codec_h264_dec_decode_slice()
1281 bitstream_data[1] = 0x00; in gst_v4l2_codec_h264_dec_decode_slice()
1282 bitstream_data[2] = 0x01; in gst_v4l2_codec_h264_dec_decode_slice()
1285 memcpy (bitstream_data + sc_off, slice->nalu.data + slice->nalu.offset, in gst_v4l2_codec_h264_dec_decode_slice()
Dgstv4l2codecvp8dec.c543 guint8 *bitstream_data = self->bitstream_map.data; in gst_v4l2_codec_vp8_dec_decode_picture() local
558 memcpy (bitstream_data, picture->data, picture->size); in gst_v4l2_codec_vp8_dec_decode_picture()
Dgstv4l2codecvp9dec.c723 guint8 *bitstream_data = self->bitstream_map.data; in gst_v4l2_codec_vp9_dec_decode_picture() local
737 memcpy (bitstream_data, picture->data, picture->size); in gst_v4l2_codec_vp9_dec_decode_picture()