Lines Matching refs:oggpackB_write

15   for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8);  in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
41 oggpackB_write(_opb,_state->info.frame_width>>4,16); in oc_state_flushheader()
42 oggpackB_write(_opb,_state->info.frame_height>>4,16); in oc_state_flushheader()
43 oggpackB_write(_opb,_state->info.pic_width,24); in oc_state_flushheader()
44 oggpackB_write(_opb,_state->info.pic_height,24); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
47 oggpackB_write(_opb,_state->info.fps_numerator,32); in oc_state_flushheader()
48 oggpackB_write(_opb,_state->info.fps_denominator,32); in oc_state_flushheader()
49 oggpackB_write(_opb,_state->info.aspect_numerator,24); in oc_state_flushheader()
50 oggpackB_write(_opb,_state->info.aspect_denominator,24); in oc_state_flushheader()
51 oggpackB_write(_opb,_state->info.colorspace,8); in oc_state_flushheader()
52 oggpackB_write(_opb,_state->info.target_bitrate,24); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
54 oggpackB_write(_opb,_state->info.keyframe_granule_shift,5); in oc_state_flushheader()
55 oggpackB_write(_opb,_state->info.pixel_fmt,2); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
89 oggpackB_write(_opb,0x82,8); in oc_state_flushheader()