Home
last modified time | relevance | path

Searched refs:first_part_size (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_vp8.c44 int first_part_size; member
151 avio_tell(vp8->data) >= vp8->first_part_size; in vp8_handle_packet()
190 if (avio_tell(vp8->data) >= vp8->first_part_size) { in vp8_handle_packet()
203 vp8->first_part_size = (AV_RL16(&buf[1]) << 3 | buf[0] >> 5) + 3; in vp8_handle_packet()
226 } else if (vp8->data && avio_tell(vp8->data) >= vp8->first_part_size) { in vp8_handle_packet()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvp8parser.c149 assert_equals_int (frame_hdr.first_part_size, 234); in GST_START_TEST()
193 assert_equals_int (frame_hdr.first_part_size, 98); in GST_START_TEST()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function527 size_t first_part_size = first_part_size_arg;
580 TEST_ASSERT( first_part_size <= input->len );
581 PSA_ASSERT( psa_cipher_update( &operation, input->x, first_part_size,
590 if( first_part_size < input->len )
593 input->x + first_part_size,
594 input->len - first_part_size,
659 size_t first_part_size = first_part_size_arg;
712 TEST_ASSERT( first_part_size <= input->len );
714 input->x, first_part_size,
723 if( first_part_size < input->len )
[all …]
Dtest_suite_psa_crypto.function3088 size_t first_part_size = first_part_size_arg;
3118 TEST_ASSERT( first_part_size <= input->len );
3119 PSA_ASSERT( psa_cipher_update( &operation, input->x, first_part_size,
3124 PSA_CIPHER_UPDATE_OUTPUT_SIZE( key_type, alg, first_part_size ) );
3126 PSA_CIPHER_UPDATE_OUTPUT_MAX_SIZE( first_part_size) );
3129 if( first_part_size < input->len )
3132 input->x + first_part_size,
3133 input->len - first_part_size,
3142 input->len - first_part_size ) );
3190 size_t first_part_size = first_part_size_arg;
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp8parser.c284 guint i, ofs, part_size, part_size_ofs = frame_hdr->first_part_size; in calc_partition_sizes()
330 frame_hdr->first_part_size = (frame_tag >> 5) & 0x7ffff; in parse_uncompressed_data_chunk()
548 if (frame_hdr->data_chunk_size + frame_hdr->first_part_size > size) in gst_vp8_parser_parse_frame_header()
Dgstvp8parser.h266 guint32 first_part_size; member
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp560 pic_params->first_part_size = frame_hdr->first_part_size; in gst_d3d11_vp8_dec_decode_picture()
/third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/
Dparse-vp8.c257 g_print (" %-32s : %d\n", "first_part_size", frame_hdr->first_part_size); in print_frame_header()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c411 .first_part_size = frame_hdr->first_part_size, in gst_v4l2_codec_vp8_dec_fill_frame_header()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c346 frame_hdr->first_part_size; in gst_nv_vp8_dec_decode_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c401 frame_hdr->first_part_size - ((slice_param.macroblock_offset + 7) >> 3); in _add_slice()
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1861 __u32 first_part_size; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1861 __u32 first_part_size; member