/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/ |
D | riff-read.c | 286 gst_riff_strh *strh; in gst_riff_parse_strh() local 296 strh = g_memdup2 (info.data, info.size); in gst_riff_parse_strh() 302 strh->type = GUINT32_FROM_LE (strh->type); in gst_riff_parse_strh() 303 strh->fcc_handler = GUINT32_FROM_LE (strh->fcc_handler); in gst_riff_parse_strh() 304 strh->flags = GUINT32_FROM_LE (strh->flags); in gst_riff_parse_strh() 305 strh->priority = GUINT32_FROM_LE (strh->priority); in gst_riff_parse_strh() 306 strh->init_frames = GUINT32_FROM_LE (strh->init_frames); in gst_riff_parse_strh() 307 strh->scale = GUINT32_FROM_LE (strh->scale); in gst_riff_parse_strh() 308 strh->rate = GUINT32_FROM_LE (strh->rate); in gst_riff_parse_strh() 309 strh->start = GUINT32_FROM_LE (strh->start); in gst_riff_parse_strh() [all …]
|
D | riff-media.h | 37 gst_riff_strh * strh, 45 gst_riff_strh * strh, 54 gst_riff_strh * strh,
|
D | riff-read.h | 65 gst_riff_strh ** strh);
|
D | riff-media.c | 53 gst_riff_strh * strh, gst_riff_strf_vids * strf, in gst_riff_create_video_caps() argument 952 if (strh != NULL) { in gst_riff_create_video_caps() 954 strh->rate, strh->scale, NULL); in gst_riff_create_video_caps() 1219 gst_riff_strh * strh, gst_riff_strf_auds * strf, in gst_riff_create_audio_caps() argument 1752 caps = gst_riff_create_audio_caps (subformat_guid[0], strh, strf, in gst_riff_create_audio_caps() 1851 gst_riff_strh * strh, gst_riff_strf_iavs * strf, in gst_riff_create_iavs_caps() argument
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mpegvideo_armv5te_s.S | 73 strh r4, [r0], #2 74 strh r9, [r0], #2 75 strh r5, [r0], #2 76 strh lr, [r0], #2 83 strh r6, [r0], #2 84 strh r9, [r0], #2 85 strh r7, [r0], #2 86 strh lr, [r0], #2 111 strh r9, [r0], #2 112 strh lr, [r0], #2
|
D | simple_idct_armv6.S | 211 strh r4, [r1] 212 strh r5, [r1, #(16*2)] 213 strh r6, [r1, #(16*4)] 214 strh r7, [r1, #(16*6)] 215 strh r11,[r1, #(16*1)] 216 strh r10,[r1, #(16*3)] 217 strh r9, [r1, #(16*5)] 218 strh r8, [r1, #(16*7)] 223 strh r2, [r1] 224 strh r2, [r1, #(16*2)] [all …]
|
D | jrevdct_arm.S | 141 strh r8, [lr, # 0] 147 strh r8, [lr, #14] 153 strh r8, [lr, # 2] 159 strh r8, [lr, #12] 165 strh r8, [lr, # 4] 171 strh r8, [lr, #10] 177 strh r8, [lr, # 6] 183 strh r8, [lr, # 8] 280 strh r8, [lr, #( 0*8)] 286 strh r8, [lr, #(14*8)] [all …]
|
D | simple_idct_armv5te.S | 367 strh a2, [v1] 408 strh a2, [v1, lr] 440 strh a2, [lr] 448 strh a2, [v2] 462 strh a2, [lr] 468 strh a2, [v2] 482 strh a2, [lr] 488 strh a2, [v2] 502 strh a2, [lr] 508 strh a2, [v2]
|
D | ac3dsp_arm.S | 33 strh r12, [r0, r3]
|
D | vp8dsp_armv6.S | 137 strh r6, [r0], #32 139 strh r12, [r0], #32 141 strh r1, [r0], #32 143 strh r10, [r0], #32 145 strh r8, [r0], #32 147 strh r7, [r0], #32 149 strh r9, [r0], #32 151 strh r4, [r0], #32 170 strh r2, [r0], #32 171 strh lr, [r0], #32 [all …]
|
D | simple_idct_arm.S | 434 strh r8, [r14, #0] 435 strh r9, [r14, #16] 440 strh r8, [r14, #32] 441 strh r9, [r14, #48] 446 strh r8, [r14, #64] 447 strh r9, [r14, #80] 452 strh r8, [r14, #96] 453 strh r9, [r14, #112]
|
D | vp8_armv6.S | 117 strh r12, [r1, r10] 238 strh r12, [r1, r9]
|
D | mpegaudiodsp_fixed_armv6.S | 140 strh r10, [r3]
|
D | h264idct_neon.S | 80 strh r3, [r1] 337 strh r3, [r1]
|
/third_party/ffmpeg/libavutil/arm/ |
D | asm.S | 333 A strh \rt, [\rn, \rm]! 335 T strh \rt, [\rn] 339 A strh \rt, [\rn, -\rm]! 341 T strh \rt, [\rn] 345 A strh \rt, [\rn], \rm 346 T strh \rt, [\rn] 351 A strh \rt, [\rn], -\rm 352 T strh \rt, [\rn]
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 233 g_free (stream->strh); in gst_avi_demux_reset_stream() 338 return (stream->strh->type == GST_RIFF_FCC_auds ? 365 return gst_util_uint64_scale (frames, stream->strh->scale * GST_SECOND, in avi_stream_convert_frames_to_time_unchecked() 366 stream->strh->rate); in avi_stream_convert_frames_to_time_unchecked() 373 return gst_util_uint64_scale (time, stream->strh->rate, in avi_stream_convert_time_to_frames_unchecked() 374 stream->strh->scale * GST_SECOND); in avi_stream_convert_time_to_frames_unchecked() 394 if (G_UNLIKELY (!stream->strh || !stream->strf.data)) { in gst_avi_demux_src_convert() 398 if (G_UNLIKELY (stream->strh->type == GST_RIFF_FCC_vids && in gst_avi_demux_src_convert() 414 gst_util_uint64_scale_round (src_value, stream->strh->rate, in gst_avi_demux_src_convert() 415 stream->strh->scale * GST_SECOND); in gst_avi_demux_src_convert() [all …]
|
D | gstavidemux.h | 69 gst_riff_strh *strh; member
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | hevcdsp_sao_neon.S | 43 strh w9, [sp, x10, lsl #1]
|
/third_party/ffmpeg/libswscale/aarch64/ |
D | rgb2rgb_neon.S | 66 strh w9, [x2], #2
|
/third_party/optimized-routines/string/aarch64/ |
D | memset.S | 50 strh valw, [dstend, -2]
|
D | strcpy-mte.S | 125 strh dataw1, [dstin]
|
D | strcpy.S | 181 strh data1w, [dstin]
|
/third_party/openh264/codec/encoder/core/arm/ |
D | svc_motion_estimation.S | 141 strh r0, [r1] // sum -> pFeatureOfBlock[i] 221 strh r0, [r1] // sum -> pFeatureOfBlock[i]
|
/third_party/openh264/codec/encoder/core/arm64/ |
D | svc_motion_estimation_aarch64_neon.S | 139 strh w0, [x1] // sum -> pFeatureOfBlock[i] 217 strh w0, [x1] // sum -> pFeatureOfBlock[i]
|
/third_party/ffmpeg/libavformat/ |
D | avienc.c | 268 int64_t list1, list2, strh, strf; in avi_write_header() local 368 strh = ff_start_tag(pb, "strh"); in avi_write_header() 437 ff_end_tag(pb, strh); in avi_write_header()
|