Searched refs:s_frame_type_ip (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp327 ive_ctl_set_frame_type_ip_t s_frame_type_ip; local
330 s_frame_type_ip.e_cmd = IVE_CMD_VIDEO_CTL;
331 s_frame_type_ip.e_sub_cmd = IVE_CMD_CTL_SET_FRAMETYPE;
333 s_frame_type_ip.e_frame_type = e_frame_type;
335 s_frame_type_ip.u4_timestamp_high = -1;
336 s_frame_type_ip.u4_timestamp_low = -1;
338 s_frame_type_ip.u4_size = sizeof(ive_ctl_set_frame_type_ip_t);
341 status = ive_api_function(mCodecCtx, &s_frame_type_ip, &s_frame_type_op);

Completed in 9 milliseconds