OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpeg4_pic_param
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videoencoder/
VideoEncoderMP4.cpp
182
VAEncPictureParameterBufferMPEG4
mpeg4_pic_param
= VAEncPictureParameterBufferMPEG4();
local
186
mpeg4_pic_param
.reference_picture = task->ref_surface;
187
mpeg4_pic_param
.reconstructed_picture = task->rec_surface;
189
mpeg4_pic_param
.reference_picture = mAutoRefSurfaces[0];
190
mpeg4_pic_param
.reconstructed_picture = mAutoRefSurfaces[1];
193
mpeg4_pic_param
.coded_buf = task->coded_buffer;
194
mpeg4_pic_param
.picture_width = mComParams.resolution.width;
195
mpeg4_pic_param
.picture_height = mComParams.resolution.height;
196
mpeg4_pic_param
.vop_time_increment= mFrameNum;
197
mpeg4_pic_param
.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive
[
all
...]
/hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c
1032
VAEncPictureParameterBufferMPEG4
mpeg4_pic_param
;
local
[
all
...]
Completed in 79 milliseconds