Home
last modified time | relevance | path

Searched refs:GST_ROUND_UP_16 (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkav1dec.c81 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.CropW); in gst_msdkav1dec_configure()
83 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.CropH); in gst_msdkav1dec_configure()
94 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.Width); in gst_msdkav1dec_preinit_decoder()
96 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.Height); in gst_msdkav1dec_preinit_decoder()
Dgstmsdkvp9dec.c94 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.CropW); in gst_msdkvp9dec_configure()
96 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.CropH); in gst_msdkvp9dec_configure()
156 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.Width); in gst_msdkvp9dec_preinit_decoder()
158 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.Height); in gst_msdkvp9dec_preinit_decoder()
Dgstmsdkvp8dec.c86 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.CropW); in gst_msdkvp8dec_configure()
88 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.CropH); in gst_msdkvp8dec_configure()
146 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.Width); in gst_msdkvp8dec_preinit_decoder()
148 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.Height); in gst_msdkvp8dec_preinit_decoder()
Dgstmsdkvc1dec.c178 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.Width); in gst_msdkvc1dec_preinit_decoder()
Dmsdk.c436 alignment->padding_right = GST_ROUND_UP_16 (alloc_w) - width; in gst_msdk_set_video_alignment()
476 GST_ROUND_UP_16 (GST_VIDEO_INFO_COMP_STRIDE (info, in gst_msdk_set_mfx_frame_info_from_video_info()
Dgstmsdkdec.c562 GST_ROUND_UP_16 (thiz->param.mfx.FrameInfo.Width ? thiz->param.mfx. in gst_msdkdec_set_src_caps()
581 GST_ROUND_UP_16 (thiz->param.mfx.FrameInfo.Width ? thiz->param.mfx. in gst_msdkdec_set_src_caps()
1812 GST_ROUND_UP_16 (decoder->param.mfx.FrameInfo.Width); in gst_msdkdec_preinit_decoder()
Dgstmsdkenc.c547 thiz->vpp_param.vpp.In.Width = GST_ROUND_UP_16 (info->width); in gst_msdkenc_init_encoder()
653 thiz->param.mfx.FrameInfo.Width = GST_ROUND_UP_16 (info->width); in gst_msdkenc_init_encoder()
/third_party/gstreamer/gstreamer/gst/
Dgstbufferlist.c165 n_allocated = GST_ROUND_UP_16 (size); in gst_buffer_list_new_sized()
438 want_alloc = MAX (GST_ROUND_UP_16 (want_alloc), list->n_allocated * 2); in gst_buffer_list_insert()
Dgstutils.h881 #define GST_ROUND_UP_16(num) (((num)+15)&~15) macro
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.c577 enc->info.frame_width = GST_ROUND_UP_16 (enc->width); in theora_enc_set_format()
578 enc->info.frame_height = GST_ROUND_UP_16 (enc->height); in theora_enc_set_format()
721 GST_ROUND_UP_16 (GST_VIDEO_FRAME_WIDTH (frame)), in theora_enc_init_buffer()
722 GST_ROUND_UP_16 (GST_VIDEO_FRAME_HEIGHT (frame))); in theora_enc_init_buffer()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c274 self->params.PicWidthInMbs = GST_ROUND_UP_16 (self->width) >> 4; in gst_nv_vp8_dec_new_sequence()
275 self->params.FrameHeightInMbs = GST_ROUND_UP_16 (self->height) >> 4; in gst_nv_vp8_dec_new_sequence()
Dgstnvvp9dec.c411 params->PicWidthInMbs = GST_ROUND_UP_16 (frame_hdr->width) >> 4; in gst_nv_vp9_dec_decode_picture()
412 params->FrameHeightInMbs = GST_ROUND_UP_16 (frame_hdr->height) >> 4; in gst_nv_vp9_dec_decode_picture()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11mpeg2dec.cpp365 inner->width_in_mb = GST_ROUND_UP_16 (width) >> 4; in gst_d3d11_mpeg2_dec_new_sequence()
366 inner->height_in_mb = GST_ROUND_UP_16 (height) >> 4; in gst_d3d11_mpeg2_dec_new_sequence()
Dgstd3d11decoder.cpp1808 align.padding_right = GST_ROUND_UP_16 (width) - width; in gst_d3d11_decoder_decide_allocation()
1809 align.padding_bottom = GST_ROUND_UP_16 (height) - height; in gst_d3d11_decoder_decide_allocation()
/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.c643 int tilesx = GST_ROUND_UP_16 (rect->width) / 16; in vmnc_handle_hextile_rectangle()
644 int tilesy = GST_ROUND_UP_16 (rect->height) / 16; in vmnc_handle_hextile_rectangle()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.c766 sink->n_vecs = GST_ROUND_UP_16 (total_mem_num); in gst_multiudpsink_render_buffers()
773 sink->n_maps = GST_ROUND_UP_16 (total_mem_num); in gst_multiudpsink_render_buffers()
781 sink->n_messages = GST_ROUND_UP_16 (num_msgs); in gst_multiudpsink_render_buffers()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c1166 int width_in_mb_s = GST_ROUND_UP_16 (vtdec->video_info.width) / dpb_mb_size; in compute_h264_decode_picture_buffer_length()
1167 int height_in_mb_s = GST_ROUND_UP_16 (vtdec->video_info.height) / dpb_mb_size; in compute_h264_decode_picture_buffer_length()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c920 info->stride[1] = GST_ROUND_UP_16 (width) / 4; in fill_planes()
926 info->size = (info->stride[0] + (GST_ROUND_UP_16 (width) / 2)) * height; in fill_planes()
/third_party/gstreamer/gstplugins_good/ext/lame/
Dgstlamemp3enc.c429 if ((rate % 16) != 0) ___rate = GST_ROUND_UP_16 (rate); \
/third_party/gstreamer/gstplugins_good/ext/twolame/
Dgsttwolamemp2enc.c484 if ((rate % 16) != 0) ___rate = GST_ROUND_UP_16 (rate); \
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c245 p->ustride = GST_ROUND_UP_16 (p->width) / 4; in paint_setup_Y41B()
247 p->vstride = GST_ROUND_UP_16 (p->width) / 4; in paint_setup_Y41B()
450 GST_ROUND_UP_16 (WIDTH); in GST_START_TEST()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c3324 av_mallocz (GST_ROUND_UP_16 (size * 2 + in gst_ffmpeg_caps_with_codecid()
3335 av_mallocz (GST_ROUND_UP_16 (map.size + in gst_ffmpeg_caps_with_codecid()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc.c702 slice_height = GST_ROUND_UP_16 (height); in gst_amc_color_format_info_set()