Searched refs:bitstream_data (Results 1 – 3 of 3) sorted by relevance
1249 guint8 *bitstream_data; in gst_v4l2_codec_h264_dec_decode_slice() local1267 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()
543 guint8 *bitstream_data = self->bitstream_map.data; in gst_v4l2_codec_vp8_dec_decode_picture() local558 memcpy (bitstream_data, picture->data, picture->size); in gst_v4l2_codec_vp8_dec_decode_picture()
723 guint8 *bitstream_data = self->bitstream_map.data; in gst_v4l2_codec_vp9_dec_decode_picture() local737 memcpy (bitstream_data, picture->data, picture->size); in gst_v4l2_codec_vp9_dec_decode_picture()