Searched refs:slice_height (Results 1 – 2 of 2) sorted by relevance
622 int slice_height = GetIntField(jni, *j_media_codec_video_decoder_, in DeliverPendingOutputs() local692 RTC_CHECK_EQ(0, slice_height % 2); in DeliverPendingOutputs()694 const int u_slice_height = slice_height / 2; in DeliverPendingOutputs()696 const uint8_t* u_ptr = y_ptr + stride * slice_height; in DeliverPendingOutputs()711 const uint8_t* uv_ptr = y_ptr + stride * slice_height; in DeliverPendingOutputs()739 " x " << height << ". " << stride << " x " << slice_height << in DeliverPendingOutputs()
332 uint32_t slice_height = u_minify(prsc->height0, level); in vc4_resource_transfer_map() local333 if (ptrans->box.y + ptrans->box.height != slice_height) in vc4_resource_transfer_map()