/hardware/intel/common/libmix/mix_video/src/ |
mixvideoconfigparamsenc.c | 152 MixVideoConfigParamsEnc *this_target, *this_src; local 160 this_target = MIX_VIDEOCONFIGPARAMSENC(target); 165 this_target->bitrate = this_src->bitrate; 166 this_target->frame_rate_num = this_src->frame_rate_num; 167 this_target->frame_rate_denom = this_src->frame_rate_denom; 168 this_target->initial_qp = this_src->initial_qp; 169 this_target->min_qp = this_src->min_qp; 170 this_target->intra_period = this_src->intra_period; 171 this_target->picture_width = this_src->picture_width; 172 this_target->picture_height = this_src->picture_height [all...] |
mixvideoconfigparamsdec.c | 145 MixVideoConfigParamsDec *this_target, *this_src; local 154 this_target = MIX_VIDEOCONFIGPARAMSDEC(target); 159 this_target->frame_rate_num = this_src->frame_rate_num; 160 this_target->frame_rate_denom = this_src->frame_rate_denom; 161 this_target->picture_width = this_src->picture_width; 162 this_target->picture_height = this_src->picture_height; 163 this_target->raw_format = this_src->raw_format; 164 this_target->rate_control = this_src->rate_control; 165 this_target->mixbuffer_pool_size = this_src->mixbuffer_pool_size; 166 this_target->extra_surface_allocation = this_src->extra_surface_allocation [all...] |
mixbuffer.c | 117 MixBuffer *this_target, *this_src; local 121 this_target = MIX_BUFFER(target); 125 this_target->data = this_src->data; 126 this_target->size = this_src->size; 127 this_target->token = this_src->token; 128 this_target->callback = this_src->callback;
|
mixvideocaps.c | 129 MixVideoCaps *this_target, *this_src; local 134 this_target = MIX_VIDEOCAPS (target); 138 SAFE_FREE (this_target->mix_caps); 139 SAFE_FREE (this_target->video_hw_caps); 142 this_target->mix_caps = g_strdup (this_src->mix_caps); 143 this_target->video_hw_caps = g_strdup (this_src->video_hw_caps);
|
mixvideoconfigparamsenc_h264.c | 155 MixVideoConfigParamsEncH264 *this_target, *this_src; local 164 this_target = MIX_VIDEOCONFIGPARAMSENC_H264 (target); 168 this_target->basic_unit_size = this_src->basic_unit_size; 169 this_target->slice_num = this_src->slice_num; 170 this_target->disable_deblocking_filter_idc = this_src->disable_deblocking_filter_idc; 171 this_target->delimiter_type = this_src->delimiter_type;
|
mixvideoconfigparamsenc_mpeg4.c | 154 MixVideoConfigParamsEncMPEG4 *this_target, *this_src;
local 163 this_target = MIX_VIDEOCONFIGPARAMSENC_MPEG4 (target);
167 this_target->profile_and_level_indication= this_src->profile_and_level_indication;
168 this_target->fixed_vop_time_increment= this_src->fixed_vop_time_increment;
169 this_target->disable_deblocking_filter_idc = this_src->disable_deblocking_filter_idc;
|
mixvideorenderparams.c | 151 MixVideoRenderParams *this_target, *this_src; local 161 this_target = MIX_VIDEORENDERPARAMS(target); 164 mix_result = mix_videorenderparams_set_display(this_target, 170 mix_result = mix_videorenderparams_set_clipping_rects(this_target, 177 this_target->src_rect = this_src->src_rect; 178 this_target->dst_rect = this_src->dst_rect;
|
mixdisplayx11.c | 108 MixDisplayX11 *this_target, *this_src; local 112 this_target = MIX_DISPLAYX11(target); 117 this_target->display = this_src->display; 118 this_target->drawable = this_src->drawable;
|
mixvideoconfigparamsdec_mp42.c | 138 MixVideoConfigParamsDecMP42 *this_target, *this_src; local 145 this_target = MIX_VIDEOCONFIGPARAMSDEC_MP42(target); 149 this_target->mpegversion = this_src->mpegversion; 150 this_target->divxversion = this_src->divxversion;
|
mixbufferpool.c | 133 MixBufferPool *this_target, *this_src; local 141 this_target = MIX_BUFFERPOOL(target); 147 this_target->free_list = this_src->free_list; 148 this_target->in_use_list = this_src->in_use_list; 149 this_target->free_list_max_size = this_src->free_list_max_size; 150 this_target->high_water_mark = this_src->high_water_mark;
|
mixvideoframe.c | 188 MixVideoFrame *this_target, *this_src; local 192 this_target = MIX_VIDEOFRAME(target); 198 this_target->frame_id = this_src->frame_id; 199 this_target->timestamp = this_src->timestamp; 200 this_target->discontinuity = this_src->discontinuity; 201 this_target->frame_structure = this_src->frame_structure;
|
mixdrmparams.c | 119 MixDrmParams *this_target, *this_src; local 124 this_target = MIX_DRMPARAMS (target);
|
mixvideoinitparams.c | 115 MixVideoInitParams *this_target, *this_src; local 118 this_target = MIX_VIDEOINITPARAMS(target); 124 this_target->display = mix_display_dup(this_src->display);
|
mixsurfacepool.c | 134 MixSurfacePool *this_target, *this_src; local 142 this_target = MIX_SURFACEPOOL(target); 148 this_target->free_list = this_src->free_list; 149 this_target->in_use_list = this_src->in_use_list; 150 this_target->free_list_max_size = this_src->free_list_max_size; 151 this_target->free_list_cur_size = this_src->free_list_cur_size; 152 this_target->high_water_mark = this_src->high_water_mark;
|
mixvideoconfigparamsdec_h264.c | 145 MixVideoConfigParamsDecH264 *this_target, *this_src; local 152 this_target = MIX_VIDEOCONFIGPARAMSDEC_H264 (target);
|
mixvideoconfigparamsdec_vc1.c | 129 MixVideoConfigParamsDecVC1 *this_target, *this_src; local 135 this_target = MIX_VIDEOCONFIGPARAMSDEC_VC1(target);
|
mixvideoconfigparamsenc_preview.c | 150 MixVideoConfigParamsEncPreview *this_target, *this_src; local 159 this_target = MIX_VIDEOCONFIGPARAMSENC_PREVIEW (target);
|
mixvideodecodeparams.c | 112 MixVideoDecodeParams *this_target, *this_src; local 116 this_target = MIX_VIDEODECODEPARAMS(target);
|
mixvideoencodeparams.c | 112 MixVideoEncodeParams *this_target, *this_src; local 116 this_target = MIX_VIDEOENCODEPARAMS(target);
|
/toolchain/binutils/binutils-2.27/gas/ |
configure.ac | 172 for this_target in $target $canon_targets ; do 174 targ=${this_target} 184 if test ${this_target} = $target ; then 193 if test ${this_target} = $target; then 209 if test ${this_target} = $target \ 229 if test ${this_target} = $target; then 243 if test ${this_target} = $target ; then 514 if test $this_target = $target ; then 561 if test $this_target = $target ; then
|
/external/kotlinc/lib/ |
annotations-13.0.jar | |
/prebuilts/gradle-plugin/org/jetbrains/annotations/13.0/ |
annotations-13.0.jar | |
/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
annotations-13.0.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/annotations/13.0/ |
annotations-13.0.jar | |
/prebuilts/tools/common/intellij-core/171.2455.10/ |
annotations.jar | |