Searched refs:first_part_size (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec_vp8.c | 44 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/ |
D | vp8parser.c | 149 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/ |
D | test_suite_psa_crypto_driver_wrappers.function | 527 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 …]
|
D | test_suite_psa_crypto.function | 3088 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/ |
D | gstvp8parser.c | 284 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()
|
D | gstvp8parser.h | 266 guint32 first_part_size; member
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11vp8dec.cpp | 560 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/ |
D | parse-vp8.c | 257 g_print (" %-32s : %d\n", "first_part_size", frame_hdr->first_part_size); in print_frame_header()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp8dec.c | 411 .first_part_size = frame_hdr->first_part_size, in gst_v4l2_codec_vp8_dec_fill_frame_header()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvvp8dec.c | 346 frame_hdr->first_part_size; in gst_nv_vp8_dec_decode_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavp8dec.c | 401 frame_hdr->first_part_size - ((slice_param.macroblock_offset + 7) >> 3); in _add_slice()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | v4l2-controls.h | 1861 __u32 first_part_size; member
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | v4l2-controls.h | 1861 __u32 first_part_size; member
|